projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2458a4
)
egl: Remove unused variable dri_driver_path.
author
Matt Turner
<mattst88@gmail.com>
Sun, 15 Jun 2014 06:02:37 +0000
(23:02 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 17 Jun 2014 17:18:12 +0000
(10:18 -0700)
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/egl/drivers/dri2/egl_dri2.c
patch
|
blob
|
history
diff --git
a/src/egl/drivers/dri2/egl_dri2.c
b/src/egl/drivers/dri2/egl_dri2.c
index eb6abfd8c42d7912650087f11cd6afa078698561..cc7531cc4668f2dd24086b6e0b9d789cd6256fa9 100644
(file)
--- 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;