diff options
author | Adam Jackson <ajax@redhat.com> | 2007-12-02 12:39:05 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2007-12-02 12:40:25 -0500 |
commit | fa47910045c3700d8d668b5e214e5ffc1e8dc3e7 (patch) | |
tree | 9d66bd4549747f815d0a75cc66a0ea7320765397 /Xext/panoramiXprocs.c | |
parent | 83ba1e167c1473ac7d85239a6ee5ed629353cb16 (diff) | |
download | xserver-fa47910045c3700d8d668b5e214e5ffc1e8dc3e7.tar.gz |
Clean up many #if 0.
Diffstat (limited to 'Xext/panoramiXprocs.c')
-rw-r--r-- | Xext/panoramiXprocs.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Xext/panoramiXprocs.c b/Xext/panoramiXprocs.c index f51f65663..4bd525727 100644 --- a/Xext/panoramiXprocs.c +++ b/Xext/panoramiXprocs.c @@ -54,16 +54,6 @@ Equipment Corporation. #define INPUTONLY_LEGAL_MASK (CWWinGravity | CWEventMask | \ CWDontPropagate | CWOverrideRedirect | CWCursor ) -#if 0 -extern void (* EventSwapVector[128]) (fsError *, fsError *); - -extern void Swap32Write(); -extern void SLHostsExtend(); -extern void SQColorsExtend(); -WriteSConnectionInfo(); -extern void WriteSConnSetupPrefix(); -#endif - /* Various of the DIX function interfaces were not designed to allow * the client->errorValue to be set on BadValue and other errors. * Rather than changing interfaces and breaking untold code we introduce |