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/panoramiX.c | |
parent | 83ba1e167c1473ac7d85239a6ee5ed629353cb16 (diff) |
Clean up many #if 0.
Diffstat (limited to 'Xext/panoramiX.c')
-rw-r--r-- | Xext/panoramiX.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c index 95df04320..d054cf8f1 100644 --- a/Xext/panoramiX.c +++ b/Xext/panoramiX.c @@ -65,9 +65,6 @@ extern VisualPtr glxMatchVisual(ScreenPtr pScreen, ScreenPtr pMatchScreen); #endif -#if 0 -static unsigned char PanoramiXReqCode = 0; -#endif /* * PanoramiX data declarations */ @@ -471,10 +468,6 @@ void PanoramiXExtensionInit(int argc, char *argv[]) break; } -#if 0 - PanoramiXReqCode = (unsigned char)extEntry->base; -#endif - /* * First make sure all the basic allocations succeed. If not, * run in non-PanoramiXeen mode. |