Remove bogus assert
[supertux.git] / src / scripting / functions.hpp
index e1828c2..cd139c2 100644 (file)
@@ -108,11 +108,6 @@ void import(HSQUIRRELVM v, const std::string& filename);
 void save_state();
 
 /**
- * Update worldmap from worldmap state (state.world variable)
- */
-void update_worldmap();
-
-/**
  * enable/disable drawing of collision rectangles
  */
 void debug_collrects(bool enable);