diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index b3db95ae4..4ca485e03 100644 --- a/hw/xfree86/common/xf86Helper.c +++ b/hw/xfree86/common/xf86Helper.c @@ -1372,12 +1372,6 @@ xf86GetGamma(void) return xf86Gamma; } -Bool -xf86GetFlipPixels(void) -{ - return xf86FlipPixels; -} - Bool xf86ServerIsExiting(void) { diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index d6d83b1e6..337840033 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -27,6 +27,5 @@ void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo); /* xf86Helper.c */ void xf86DeleteDriver(int drvIndex); void xf86DeleteScreen(ScrnInfoPtr pScrn); -Bool xf86GetFlipPixels(void); #endif /* _XSERVER_XF86_PRIV_H */ diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml index 86f01140f..08009ad11 100644 --- a/hw/xfree86/doc/ddxDesign.xml +++ b/hw/xfree86/doc/ddxDesign.xml @@ -1872,17 +1872,6 @@ functions: -
-- - Bool xf86GetFlipPixels(); - -- -- Returns TRUE if is - present on the command line, andFALSE otherwise. -