[Mesa-dev] [PATCH 12/14] mesa: Remove unused gl_winsys_error enum.
Jordan Justen
jljusten at gmail.com
Sat Feb 23 12:58:49 PST 2013
On Fri, Feb 22, 2013 at 7:52 PM, Eric Anholt <eric at anholt.net> wrote:
> ---
> 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;
This is not mentioned in commit message.
-Jordan
> -
> -typedef enum {
> OTHER_ERROR_UNKNOWN,
> OTHER_ERROR_OUT_OF_MEMORY,
> } gl_other_error;
> --
> 1.7.10.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list