added skipping certain game actions on game over in MM engine
[rocksndiamonds.git] / src / game_mm / mm_init.c
index 3444db01235c91e8ed0e46b23aef32facc7a123f..6ed89c955eac8caf4c04de683371e720baae1b35 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1994-2017 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // mm_init.c
 // ============================================================================
@@ -239,7 +239,3 @@ void mm_open_all(void)
 {
   InitElementProperties_MM();
 }
-
-void mm_close_all(void)
-{
-}