removed unused variable
[rocksndiamonds.git] / src / screens.c
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)