xfree86: xf86.h: drop unused xf86UpdateDesktopDimensions()
Not used anywhere, so no need to keep it around anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
43f36d9ce3
commit
921298139b
|
@ -341,10 +341,6 @@ extern _X_EXPORT ScreenPtr xf86ScrnToScreen(ScrnInfoPtr pScrn);
|
|||
/* flags passed to xf86 allocate screen */
|
||||
#define XF86_ALLOCATE_GPU_SCREEN 1
|
||||
|
||||
/* Update the internal total dimensions of all ScreenRecs together */
|
||||
extern _X_EXPORT void
|
||||
xf86UpdateDesktopDimensions(void);
|
||||
|
||||
/* only for backwards (source) compatibility */
|
||||
#define xf86MsgVerb LogMessageVerb
|
||||
#define xf86Msg(type, ...) LogMessageVerb(type, 1, __VA_ARGS__)
|
||||
|
|
|
@ -1658,13 +1658,6 @@ xf86ScrnToScreen(ScrnInfoPtr pScrn)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
xf86UpdateDesktopDimensions(void)
|
||||
{
|
||||
update_desktop_dimensions();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
xf86AddInputEventDrainCallback(CallbackProcPtr callback, void *param)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue