aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enums.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-09-19 11:48:24 -0700
committerEric Anholt <[email protected]>2013-09-23 12:45:22 -0700
commit3b29a6ec911a4bac38d35075b7d9ea6873c6efc1 (patch)
treebe47d516a0c7f9ab56b8f348da537204cc52b4ff /src/mesa/main/enums.h
parent755c11dc5e94f17097c186edaaa39d818396f14c (diff)
mesa: Remove _mesa_lookup_enum_by_name().
It's been unused for a long time. I stopped digging through git history as of 2009. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/enums.h')
-rw-r--r--src/mesa/main/enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/enums.h b/src/mesa/main/enums.h
index 556c1db99dc..36c053d4bc5 100644
--- a/src/mesa/main/enums.h
+++ b/src/mesa/main/enums.h
@@ -44,6 +44,4 @@ extern const char *_mesa_lookup_enum_by_nr( int nr );
*/
const char *_mesa_lookup_prim_by_nr( unsigned nr );
-extern int _mesa_lookup_enum_by_name( const char *symbol );
-
#endif