mirror of
https://github.com/brl/mutter.git
synced 2025-04-12 21:29:38 +00:00
renderer: Remove unused error from CoglRendererError
This type is not documented and is experimental. We don't use COGL_RENDERER_ERROR_NOT_FOUND and it's pretty vague anyway, just remove it. Reviewed-by: Neil Roberts <neil@linux.intel.com> (cherry picked from commit ffa78534616547b9bd4cd5c0ade8fdc039a2b977)
This commit is contained in:
parent
ab91bdf12b
commit
c9fe28c93b
@ -748,7 +748,6 @@ typedef enum
|
|||||||
/* NB: The above definitions are taken from gl.h equivalents */
|
/* NB: The above definitions are taken from gl.h equivalents */
|
||||||
|
|
||||||
typedef enum { /*< prefix=COGL_RENDERER_ERROR >*/
|
typedef enum { /*< prefix=COGL_RENDERER_ERROR >*/
|
||||||
COGL_RENDERER_ERROR_NOT_FOUND,
|
|
||||||
COGL_RENDERER_ERROR_XLIB_DISPLAY_OPEN,
|
COGL_RENDERER_ERROR_XLIB_DISPLAY_OPEN,
|
||||||
COGL_RENDERER_ERROR_BAD_CONSTRAINT
|
COGL_RENDERER_ERROR_BAD_CONSTRAINT
|
||||||
} CoglRendererError;
|
} CoglRendererError;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user