pipeline: remove unused HashState member
authorRobert Bragg <robert@linux.intel.com>
Wed, 8 Dec 2010 11:38:56 +0000 (11:38 +0000)
committerRobert Bragg <robert@linux.intel.com>
Wed, 8 Dec 2010 18:35:02 +0000 (18:35 +0000)
There was an unused pipeline_differences member as part of the HashState
struct which this patch remove to avoid confusion.

clutter/cogl/cogl/cogl-pipeline.c

index 80d0897..4dd369c 100644 (file)
@@ -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;