[Mesa-dev] [PATCH 12/14] mesa: Remove unused gl_winsys_error enum.

Eric Anholt eric at anholt.net
Fri Feb 22 19:52:21 PST 2013


---
 src/mesa/main/mtypes.h |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 11e1f9e..65c823d 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3403,14 +3403,6 @@ typedef enum {
 } 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,
 } gl_other_error;
-- 
1.7.10.4



More information about the mesa-dev mailing list