Static cleanups, dead code deletion.

This commit is contained in:
Adam Jackson 2007-03-25 12:27:01 -04:00
commit 9a0f25de7c
54 changed files with 187 additions and 482 deletions

View file

@ -44,10 +44,6 @@ extern Bool DPMSCapableFlag;
#endif
#ifdef PANORAMIX
extern Bool PanoramiXMapped;
extern Bool PanoramiXVisibilityNotifySent;
extern Bool PanoramiXWindowExposureSent;
extern Bool PanoramiXOneExposeRequest;
extern Bool PanoramiXExtensionDisabledHack;
#endif

View file

@ -62,7 +62,7 @@ SOFTWARE.
#define EMASKSIZE MAX_DEVICES
extern int CoreDevicePrivatesIndex, CoreDevicePrivatesGeneration;
extern int CoreDevicePrivatesIndex;
/* Kludge: OtherClients and InputClients must be compatible, see code */