hopefully fixed the crash on exit, keep sectors script bundled in the sector and...
[supertux.git] / src / misc.hpp
index 7b97edd..a158a77 100644 (file)
@@ -26,15 +26,6 @@ enum MainMenuIDs {
   MNID_QUITMAINMENU
 };
 
-enum OptionsMenuIDs {
-  MNID_FULLSCREEN,
-  MNID_SOUND,
-  MNID_MUSIC
-};
-
-/* Handle changes made to global settings in the options menu. */
-void process_options_menu();
-
 /* Create and setup menus. */
 void setup_menu();
 void free_menu();