diff options
author | Alan Coopersmith <alanc@alf.(none)> | 2006-06-20 16:02:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-20 16:02:55 -0700 |
commit | 6df52fb7745c185c0168060f69cc6b4f5315914e (patch) | |
tree | 7bf665379e6961cab79ca2b27f18b318788f4468 /Xext/appgroup.c | |
parent | 2b58685402e70f123e131fd8146e6083ff5214a4 (diff) | |
download | xserver-6df52fb7745c185c0168060f69cc6b4f5315914e.tar.gz |
Delete code that's been inside #if 0 since X11R6.7.
Diffstat (limited to 'Xext/appgroup.c')
-rw-r--r-- | Xext/appgroup.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Xext/appgroup.c b/Xext/appgroup.c index 86bd36ecd..cf42a7d35 100644 --- a/Xext/appgroup.c +++ b/Xext/appgroup.c @@ -77,10 +77,6 @@ static int ProcXagDispatch(ClientPtr client); static int SProcXagDispatch(ClientPtr client); static void XagResetProc(ExtensionEntry* extEntry); -#if 0 -static unsigned char XagReqCode = 0; -static int XagErrorBase; -#endif static int XagCallbackRefCount = 0; static RESTYPE RT_APPGROUP; @@ -233,19 +229,6 @@ void XagClientStateChange( void XagExtensionInit(INITARGS) { -#if 0 - ExtensionEntry* extEntry; - - if ((extEntry = AddExtension (XAGNAME, - 0, - XagNumberErrors, - ProcXagDispatch, - SProcXagDispatch, - XagResetProc, - StandardMinorOpcode))) { - XagReqCode = (unsigned char)extEntry->base; - XagErrorBase = extEntry->errorBase; -#else if (AddExtension (XAGNAME, 0, XagNumberErrors, @@ -253,7 +236,6 @@ XagExtensionInit(INITARGS) SProcXagDispatch, XagResetProc, StandardMinorOpcode)) { -#endif RT_APPGROUP = CreateNewResourceType (XagAppGroupFree); } } |