diff options
author | Ian Romanick <[email protected]> | 2011-08-29 11:39:20 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-09-06 12:09:12 -0700 |
commit | 960f37a57a7fcbac213c0b4fb0daf2285a64bf97 (patch) | |
tree | ece6716370e7d165c47e2e0d36ec5e24064a855e /src/mesa/main/colortab.h | |
parent | 81a6cf9ddf5ab7e1c35cf99c28cc7fad808230ef (diff) |
mesa: Remove unused struct gl_color_table
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/colortab.h')
-rw-r--r-- | src/mesa/main/colortab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/colortab.h b/src/mesa/main/colortab.h index 3bc20667792..b0d2b5db845 100644 --- a/src/mesa/main/colortab.h +++ b/src/mesa/main/colortab.h @@ -32,7 +32,6 @@ #include "mfeatures.h" struct _glapi_table; -struct gl_color_table; #if FEATURE_colortable |