From: Holger Schemel Date: Thu, 6 Nov 2014 15:39:20 +0000 (+0100) Subject: removed unused variable X-Git-Tag: 4.0.0.0-rc1~316 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=9a252253d8cf93c1f1d7cbb716b6f6e6ab42d6f6;p=rocksndiamonds.git removed unused variable --- diff --git a/src/conftime.h b/src/conftime.h index 6eb8ff89..0f7e8936 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "2014-11-06 15:30" +#define COMPILE_DATE_STRING "2014-11-06 16:38" diff --git a/src/screens.c b/src/screens.c index cf81e97d..e453e4a7 100644 --- a/src/screens.c +++ b/src/screens.c @@ -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)