[Cogl] [PATCH] renderer: Remove unused error from CoglRendererError

Damien Lespiau damien.lespiau at gmail.com
Wed Sep 12 15:31:38 PDT 2012


From: Damien Lespiau <damien.lespiau at intel.com>

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.
---
 cogl/cogl-types.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index 42a3236..f22b6f6 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -686,7 +686,6 @@ typedef enum
 /* NB: The above definitions are taken from gl.h equivalents */
 
 typedef enum { /*< prefix=COGL_RENDERER_ERROR >*/
-  COGL_RENDERER_ERROR_NOT_FOUND,
   COGL_RENDERER_ERROR_XLIB_DISPLAY_OPEN,
   COGL_RENDERER_ERROR_BAD_CONSTRAINT
 } CoglRendererError;
-- 
1.7.7.5



More information about the Cogl mailing list