diff options
author | Eric Anholt <[email protected]> | 2013-02-22 15:59:48 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-03-05 14:25:00 -0800 |
commit | 6816f67de63c57306445683b05e40ab63f35af49 (patch) | |
tree | c10b874ab083fbaed882336f675d78d0d80a3051 /src | |
parent | c72cf538173329f639c2b64ef091dbd4a71e0bf6 (diff) |
mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | 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 0f0723d173d..9b142e28393 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; |