mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00
pipeline: remove unused HashState member
There was an unused pipeline_differences member as part of the HashState struct which this patch remove to avoid confusion.
This commit is contained in:
parent
5fd8e9c608
commit
ab5f394e5a
@ -5513,7 +5513,6 @@ _cogl_pipeline_set_static_breadcrumb (CoglPipeline *pipeline,
|
|||||||
|
|
||||||
typedef struct _HashState
|
typedef struct _HashState
|
||||||
{
|
{
|
||||||
unsigned long pipeline_differences;
|
|
||||||
unsigned long layer_differences;
|
unsigned long layer_differences;
|
||||||
CoglPipelineEvalFlags flags;
|
CoglPipelineEvalFlags flags;
|
||||||
unsigned int hash;
|
unsigned int hash;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user