summaryrefslogtreecommitdiff
path: root/src/egl/main/eglx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/main/eglx.h')
-rw-r--r--src/egl/main/eglx.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/egl/main/eglx.h b/src/egl/main/eglx.h
deleted file mode 100644
index 4323d55838..0000000000
--- a/src/egl/main/eglx.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef EGLX_INCLUDED
-#define EGLX_INCLUDED
-
-
-#include "egldisplay.h"
-
-
-extern const char *
-_xeglChooseDriver(_EGLDisplay *dpy);
-
-
-#endif /* EGLX_INCLUDED */