mirror of https://github.com/snes9xgit/snes9x.git
Remove unused function added by the previous commit.
This commit is contained in:
parent
1ba100fed0
commit
efcfa5134e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue