From cc0cfac66cf44c5c9bfd500b47285a3419f23217 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Fri, 16 Sep 2016 19:58:26 +0200 Subject: [PATCH] Remove deprecated love.window.isCreated alias --HG-- branch : minor --- src/modules/window/wrap_Window.cpp | 1 - 1 file changed, 1 deletion(-) 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 },