[cogl/cogl-1.10] pipeline: Remove the CoglPipelineFlag enum



commit fc9d053568e8601d0dc67cdb057010ea7fff6939
Author: Neil Roberts <neil linux intel com>
Date:   Wed Jul 4 16:15:22 2012 +0100

    pipeline: Remove the CoglPipelineFlag enum
    
    This doesn't appear to be used anywhere in the code since it was added
    in 1cc3ae69. Dead code is confusing so let's remove it.
    
    Reviewed-by: Robert Bragg <robert linux intel com>
    
    (cherry picked from commit 41928d0ac528acf4ba89b5b27d7ca7ac5501b194)

 cogl/cogl-pipeline-private.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/cogl/cogl-pipeline-private.h b/cogl/cogl-pipeline-private.h
index b88e401..9e079d6 100644
--- a/cogl/cogl-pipeline-private.h
+++ b/cogl/cogl-pipeline-private.h
@@ -397,12 +397,6 @@ typedef struct
   CoglPipelineSnippetList fragment_snippets;
 } CoglPipelineBigState;
 
-typedef enum
-{
-  COGL_PIPELINE_FLAG_DIRTY_LAYERS_CACHE     = 1L<<0,
-  COGL_PIPELINE_FLAG_DIRTY_GET_LAYERS_LIST  = 1L<<1
-} CoglPipelineFlag;
-
 typedef struct
 {
   CoglPipeline *owner;



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