Module: Mesa
Branch: master
Commit: 6816f67de63c57306445683b05e40ab63f35af49
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6816f67de63c57306445683b05e40ab63f35af49

Author: Eric Anholt <[email protected]>
Date:   Fri Feb 22 15:59:48 2013 -0800

mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.

Reviewed-by: Jordan Justen <[email protected]>

---

 src/mesa/main/mtypes.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 0f0723d..9b142e2 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3422,14 +3422,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;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to