Comment out unused variables in gtkgensurf plugin.

This commit is contained in:
jdolan 2013-07-07 10:20:18 -04:00
parent 0dae745694
commit 83f039dbd7
1 changed files with 2 additions and 2 deletions

View File

@ -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. */