removed unused variable
authorHolger Schemel <info@artsoft.org>
Thu, 6 Nov 2014 15:39:20 +0000 (16:39 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 6 Nov 2014 15:39:20 +0000 (16:39 +0100)
src/conftime.h
src/screens.c

index 6eb8ff89341930b1149514d00de33e1b8f619e20..0f7e8936c91332850b85282b19655663baa3bdf2 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "2014-11-06 15:30"
+#define COMPILE_DATE_STRING "2014-11-06 16:38"
index cf81e97d68c673192c94612c863b327c70609482..e453e4a732e05c4f154e8962cf6603f5051d6173 100644 (file)
@@ -3019,7 +3019,6 @@ void DrawInfoScreen_LevelSet()
   char *filename = getLevelSetInfoFilename();
   char *title = "Level Set Information:";
   int ystart1 = mSY - SY + 100;
-  int ystart2 = mSY - SY + 150;
   int ybottom = mSY - SY + SYSIZE - 20;
 
   if (filename == NULL)