mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
c7c90d4063
commit
cbad21f0f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user