rnd-20050307-1-src
[rocksndiamonds.git] / src / screens.c
index 5f93823be4ef19aba7c5ca36d33d747a6ffa4bcf..e4b280351ae9868d7b7e64edd87aa90000db42a3 100644 (file)
@@ -346,6 +346,7 @@ void DrawMainMenu()
   OpenDoor(DOOR_CLOSE_1 | DOOR_OPEN_2);
 }
 
+#if 0
 static void gotoTopLevelDir()
 {
   /* move upwards to top level directory */
@@ -374,6 +375,7 @@ static void gotoTopLevelDir()
     leveldir_current = leveldir_current->node_parent;
   }
 }
+#endif
 
 void HandleMainMenu(int mx, int my, int dx, int dy, int button)
 {