Remove unused function added by the previous commit.

This commit is contained in:
gocha 2012-08-21 22:23:13 +09:00
parent 1ba100fed0
commit efcfa5134e
1 changed files with 0 additions and 8 deletions

View File

@ -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