Browse Source

Remove deprecated love.window.isCreated alias

--HG--
branch : minor
Bart van Strien 9 years ago
parent
commit
cc0cfac66c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/window/wrap_Window.cpp

+ 0 - 1
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 },