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)
This commit is contained in:
Neil Roberts 2012-07-04 16:15:22 +01:00 committed by Robert Bragg
parent c7c90d4063
commit cbad21f0f4

View File

@ -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;