diff --git a/engine.cpp b/engine.cpp index c7c40639413..c50445a06e3 100644 --- a/engine.cpp +++ b/engine.cpp @@ -76,10 +76,6 @@ void Engine::mainLoop() { if (event.type == SDL_KEYDOWN) { if (event.key.keysym.sym == SDLK_q) return; - else if (event.key.keysym.sym == SDLK_F12) { - printf("Enter lua code, ^D to end\n> "); - lua_dofile(NULL); - } } }