mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
spans: remove unused intersect_start/end_local members
There were simply two unused members in CoglSpanIter which this patch removes. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
d92eaac3ec
commit
583dc893be
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user