xfree86: xf86.h: drop unused xf86GetRotation()
Not used anywhere, so no need to keep it anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
585025c395
commit
643b707f2f
|
@ -324,8 +324,6 @@ xf86CollectOptions(ScrnInfoPtr pScrn, XF86OptionPtr extraOpts);
|
|||
#ifdef RANDR
|
||||
extern _X_EXPORT Bool
|
||||
xf86RandRInit(ScreenPtr pScreen);
|
||||
extern _X_EXPORT Rotation
|
||||
xf86GetRotation(ScreenPtr pScreen);
|
||||
extern _X_EXPORT Bool
|
||||
xf86RandRSetNewVirtualAndDimensions(ScreenPtr pScreen,
|
||||
int newvirtX, int newvirtY,
|
||||
|
|
|
@ -359,15 +359,6 @@ static void xf86RandRCloseScreen(CallbackListPtr *pcbl,
|
|||
dixSetPrivate(&pScreen->devPrivates, xf86RandRKey, NULL);
|
||||
}
|
||||
|
||||
Rotation
|
||||
xf86GetRotation(ScreenPtr pScreen)
|
||||
{
|
||||
if (xf86RandRKey == NULL)
|
||||
return RR_Rotate_0;
|
||||
|
||||
return XF86RANDRINFO(pScreen)->rotation;
|
||||
}
|
||||
|
||||
/* Function to change RandR's idea of the virtual screen size */
|
||||
Bool
|
||||
xf86RandRSetNewVirtualAndDimensions(ScreenPtr pScreen,
|
||||
|
|
Loading…
Reference in New Issue