From 583dc893bec7a7f7497aa071e2337ba1801a3766 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 11 Oct 2011 10:19:41 +0100 Subject: [PATCH] spans: remove unused intersect_start/end_local members There were simply two unused members in CoglSpanIter which this patch removes. Reviewed-by: Neil Roberts --- cogl/cogl-spans.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogl/cogl-spans.h b/cogl/cogl-spans.h index a134f95da..1717522c7 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;