Remove deprecated love.window.isCreated alias

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2016-09-16 19:58:26 +02:00
parent 7eeca829e5
commit cc0cfac66c
-1
View File
@@ -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 },