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
778700288e
commit
3984f79c28
1 changed files with 0 additions and 1 deletions
|
@ -5513,7 +5513,6 @@ _cogl_pipeline_set_static_breadcrumb (CoglPipeline *pipeline,
|
|||
|
||||
typedef struct _HashState
|
||||
{
|
||||
unsigned long pipeline_differences;
|
||||
unsigned long layer_differences;
|
||||
CoglPipelineEvalFlags flags;
|
||||
unsigned int hash;
|
||||
|
|
Loading…
Add table
Reference in a new issue