[cogl/wip/rib/master-next: 12/36] spans: remove unused intersect_start/end_local members



commit 795b763095a29f13db6a2cfcb5abfc355a780aba
Author: Robert Bragg <robert linux intel com>
Date:   Tue Oct 11 10:19:41 2011 +0100

    spans: remove unused intersect_start/end_local members
    
    There were simply two unused members in CoglSpanIter which this patch
    removes.

 cogl/cogl-spans.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl-spans.h b/cogl/cogl-spans.h
index a134f95..1717522 100644
--- a/cogl/cogl-spans.h
+++ b/cogl/cogl-spans.h
@@ -45,8 +45,6 @@ typedef struct _CoglSpanIter
   float     cover_end;
   float     intersect_start;
   float     intersect_end;
-  float     intersect_start_local;
-  float     intersect_end_local;
   gboolean  intersects;
   gboolean  flipped;
 } CoglSpanIter;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]