forgot an assert
[supertux.git] / src / worldmap.h
index fa71bbc..0ac6e3e 100644 (file)
@@ -23,7 +23,6 @@
 #include <string>
 
 #include "math/vector.h"
-#include "audio/musicref.h"
 #include "video/screen.h"
 #include "lisp/lisp.h"
 #include "control/controller.h"
@@ -192,8 +191,6 @@ private:
   typedef std::vector<SpawnPoint*> SpawnPoints;
   SpawnPoints spawn_points;
 
-  MusicRef song;
-
   Vector offset;
   std::string savegame_file;