From efcfa5134ef7cf278f82340d06bb0926ca652c0d Mon Sep 17 00:00:00 2001 From: gocha Date: Tue, 21 Aug 2012 22:23:13 +0900 Subject: [PATCH] Remove unused function added by the previous commit. --- win32/luaconsole.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/luaconsole.cpp b/win32/luaconsole.cpp index fc42946c..c2e94595 100644 --- a/win32/luaconsole.cpp +++ b/win32/luaconsole.cpp @@ -824,12 +824,4 @@ const char* OpenLuaScript(const char* filename, const char* extraDirToCheck, boo return NULL; } -void CloseAllLuaWindows() -{ - for (int i = 0; i < LuaScriptHWnds.size(); i++) - { - SendMessage(LuaScriptHWnds[i], WM_CLOSE, 0, 0); - } -} - #endif // HAVE_LUA