From 83f039dbd750e36fb3f43e26aa2d08306c9b13ca Mon Sep 17 00:00:00 2001 From: jdolan Date: Sun, 7 Jul 2013 10:20:18 -0400 Subject: [PATCH] Comment out unused variables in gtkgensurf plugin. --- contrib/gtkgensurf/triangle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/gtkgensurf/triangle.c b/contrib/gtkgensurf/triangle.c index 8d4e0c9..5bf1a1d 100644 --- a/contrib/gtkgensurf/triangle.c +++ b/contrib/gtkgensurf/triangle.c @@ -622,8 +622,8 @@ static struct memorypool splaynodes; /* Variables that maintain the bad triangle queues. The tails are pointers */ /* to the pointers that have to be filled in to enqueue an item. */ -static struct badface *queuefront[64]; -static struct badface **queuetail[64]; +//static struct badface *queuefront[64]; +//static struct badface **queuetail[64]; static REAL xmin, xmax, ymin, ymax; /* x and y bounds. */ static REAL xminextreme; /* Nonexistent x value used as a flag in sweepline. */