From cbad21f0f4d6d5c87f49a5643a003f0d2aa3efbd Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 4 Jul 2012 16:15:22 +0100 Subject: [PATCH] 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 (cherry picked from commit 41928d0ac528acf4ba89b5b27d7ca7ac5501b194) --- cogl/cogl-pipeline-private.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cogl/cogl-pipeline-private.h b/cogl/cogl-pipeline-private.h index 1b3bef1f4..a6caac5a2 100644 --- a/cogl/cogl-pipeline-private.h +++ b/cogl/cogl-pipeline-private.h @@ -398,12 +398,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;