diff --git a/src/modules/window/wrap_Window.cpp b/src/modules/window/wrap_Window.cpp index ff0534120..325f6826f 100644 --- a/src/modules/window/wrap_Window.cpp +++ b/src/modules/window/wrap_Window.cpp @@ -561,7 +561,6 @@ static const luaL_Reg functions[] = { "setFullscreen", w_setFullscreen }, { "getFullscreen", w_getFullscreen }, { "isOpen", w_isOpen }, - { "isCreated", w_isOpen }, // For compatibility with old error handlers... { "close", w_close }, { "getDesktopDimensions", w_getDesktopDimensions }, { "setPosition", w_setPosition },