[cogl/wip/standalone: 3/6] renderer: Remove unused error from CoglRendererError



commit 7c158a9a5a71354ab6313b3a213dcba76b534b0e
Author: Damien Lespiau <damien lespiau intel com>
Date:   Wed Feb 22 17:53:03 2012 +0000

    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.

 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 92c5e9a..fea2aec 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -697,7 +697,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
 } CoglRendererError;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]