X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Fsquirrel_util.cpp;h=6437ae58af849d811e3bc059efba6f4a05847b1c;hb=833262574362dd0bc62a6bc5765edfa9f257f55c;hp=a5b1c1dda9d9c5dfccd1fde941ecaacfe68186ca;hpb=216e6b44cf103d10383c0e0f6587afafc7454b94;p=supertux.git diff --git a/src/scripting/squirrel_util.cpp b/src/scripting/squirrel_util.cpp index a5b1c1dda..6437ae58a 100644 --- a/src/scripting/squirrel_util.cpp +++ b/src/scripting/squirrel_util.cpp @@ -92,9 +92,6 @@ void init_squirrel(bool enable_debugger) // register supertux API register_supertux_wrapper(global_vm); - // TODO remove this at some point... it should just be functions not an object - expose_object(global_vm, -1, new Scripting::Level(), "Level", true); - sq_pop(global_vm, 1); // register print function