mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
c72cf53817
commit
6816f67de6
1 changed files with 0 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue