summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-09-07 14:23:00 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-09-07 14:24:25 -0400
commit57d3f71132a59315d47c42a110228a523f9ea23d (patch)
tree9b0907748243b726b80d694dde11d8e048e1c17e /src/glx
parentf84d8fab99e10b5575c0f4f93b67846fc1ebad13 (diff)
glx: Fix compilation with out xf86vidmode
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/glxcmds.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index d9e370c199..4bdb41d1b8 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -2065,15 +2065,9 @@ __glxGetMscRate(__GLXDRIdrawable *glxDraw,
return True;
}
else
- return False;
-#else
- (void) draw;
- (void) numerator;
- (void) denominator;
- (void) private;
+#endif
return False;
-#endif
}
#endif