mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
Comment out unused variables in gtkgensurf plugin.
This commit is contained in:
parent
0dae745694
commit
83f039dbd7
1 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue