From 9a252253d8cf93c1f1d7cbb716b6f6e6ab42d6f6 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 6 Nov 2014 16:39:20 +0100 Subject: [PATCH] removed unused variable --- src/conftime.h | 2 +- src/screens.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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) -- 2.34.1