From 9aa36cf8342a09cdd77d32031f347832358eecf7 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 1 Nov 2014 19:24:39 -0500 Subject: Remove unreferenced "grid" variable And yes I double checked the commit target this time. --- src/strife/am_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/strife/am_map.c b/src/strife/am_map.c index 5bf2aebe..148fa341 100644 --- a/src/strife/am_map.c +++ b/src/strife/am_map.c @@ -170,7 +170,7 @@ mline_t thintriangle_guy[] = { static int cheating = 0; -static int grid = 0; +//static int grid = 0; [STRIFE]: no such variable static int leveljuststarted = 1; // kluge until AM_LevelInit() is called -- cgit v1.2.3