summaryrefslogtreecommitdiffstats
path: root/waftools/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments')
-rw-r--r--waftools/fragments/xf86vm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/waftools/fragments/xf86vm.c b/waftools/fragments/xf86vm.c
deleted file mode 100644
index 195e514d6c..0000000000
--- a/waftools/fragments/xf86vm.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <X11/Xlib.h>
-#include <X11/extensions/xf86vmode.h>
-
-int main(int argc, char **argv)
-{
- XF86VidModeQueryExtension(0, 0, 0);
- return 0;
-}