rm falsy variant of lovr.system.openWindow;

Probably vestigial from conf invocation.
This commit is contained in:
bjorn 2022-09-10 20:53:55 -07:00
parent 0da84894e8
commit 860651e80c
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ static int l_lovrSystemOpenWindow(lua_State* L) {
os_window_config window;
memset(&window, 0, sizeof(window));
if (!lua_toboolean(L, 1)) {
return 0;
}
luaL_checktype(L, 1, LUA_TTABLE);
lua_getfield(L, 1, "width");