summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-30 01:33:20 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-30 01:33:20 -0200
commitfb22d4d928bc5d1a893494a059359da2ed2ac639 (patch)
tree96e43c78e701d7e44a15ea8538e5bc1e152cc839 /randr/randrstr.h
parentd6cbd4511e35a89a0353f11834c6fdb8d4d2189f (diff)
Remove declarations of symbols that are never defined.
These symbols were removed from the X Server, or never declared. One symbol that may need special attention is XkbBuildCoreState(), that doesn't have a prototype anywhere, but is called from xkb/xkbEvents.c:XkbFilterEvents(), and also used by the macros XkbStateFieldFromRec() and XkbGrabStateFromRec() defined in include/xkbstr.h. fb/wfbrename.h also may need some cleanup, as it makes several "renames" of non existing symbols.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r--randr/randrstr.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index 64206e88d..82c7b6131 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -410,9 +410,6 @@ Bool
miRRGetInfo (ScreenPtr pScreen, Rotation *rotations);
Bool
-miRRGetScreenInfo (ScreenPtr pScreen);
-
-Bool
miRRCrtcSet (ScreenPtr pScreen,
RRCrtcPtr crtc,
RRModePtr mode,
@@ -504,12 +501,6 @@ Bool RRScreenInit (ScreenPtr pScreen);
Rotation
RRGetRotation (ScreenPtr pScreen);
-int
-RRSetScreenConfig (ScreenPtr pScreen,
- Rotation rotation,
- int rate,
- RRScreenSizePtr pSize);
-
#endif
/* rrcrtc.c */
@@ -699,9 +690,6 @@ RRModePtr
RRModeGet (xRRModeInfo *modeInfo,
const char *name);
-void
-RRModePruneUnused (ScreenPtr pScreen);
-
/*
* Destroy a mode.
*/