summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/version.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-05-26 12:14:39 -0700
committerIan Romanick <ian.d.romanick@intel.com>2015-05-28 16:56:31 -0700
commit464c56d3d5ca2c9d6e437e756950f0fa2996d8da (patch)
tree4380332d778747872dd6f3c05edec33f4abe54ab /src/mesa/main/version.h
parent1fe243938b11be740417cf016d8c50cd69228628 (diff)
downloadexternal_mesa3d-464c56d3d5ca2c9d6e437e756950f0fa2996d8da.zip
external_mesa3d-464c56d3d5ca2c9d6e437e756950f0fa2996d8da.tar.gz
external_mesa3d-464c56d3d5ca2c9d6e437e756950f0fa2996d8da.tar.bz2
dri_util: Use _mesa_override_gl_version_contextless
Remove _mesa_get_gl_version_override. We don't need two functions that do basically the same thing. This change seemed easier (esp. with the next patch) than going the other way. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'src/mesa/main/version.h')
-rw-r--r--src/mesa/main/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 450a0e3..ee7cb75 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -47,7 +47,4 @@ _mesa_override_gl_version(struct gl_context *ctx);
extern void
_mesa_override_glsl_version(struct gl_constants *consts);
-extern int
-_mesa_get_gl_version_override(void);
-
#endif /* VERSION_H */