summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/egl_dri2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c
index eb6abfd8c42..cc7531cc466 100644
--- a/src/egl/drivers/dri2/egl_dri2.c
+++ b/src/egl/drivers/dri2/egl_dri2.c
@@ -304,8 +304,6 @@ const __DRIimageLookupExtension image_lookup_extension = {
.lookupEGLImage = dri2_lookup_egl_image
};
-static const char dri_driver_path[] = DEFAULT_DRIVER_DIR;
-
struct dri2_extension_match {
const char *name;
int version;