projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c72cf53
)
mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.
author
Eric Anholt
<eric@anholt.net>
Fri, 22 Feb 2013 23:59:48 +0000
(15:59 -0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 5 Mar 2013 22:25:00 +0000
(14:25 -0800)
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 0f0723d173d6c9e39bac15f25815cf607a9a84b0..9b142e28393815de0757d817a396f0356650c4f3 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-3421,14
+3421,6
@@
typedef enum {
API_ERROR_UNKNOWN,
} gl_api_error;
-typedef enum {
- WINSYS_ERROR_UNKNOWN,
-} gl_winsys_error;
-
-typedef enum {
- SHADER_ERROR_UNKNOWN,
-} gl_shader_error;
-
typedef enum {
OTHER_ERROR_UNKNOWN,
OTHER_ERROR_OUT_OF_MEMORY,