Removed extra boolean.

This commit is contained in:
Adam Harrison 2021-09-20 23:54:52 -04:00
parent 713ef787c2
commit 5ffe4eae90
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ init_lua:
lua_pushstring(L, exename);
lua_setglobal(L, "EXEFILE");
lua_pushboolean(L, true);
#ifdef __APPLE__
enable_momentum_scroll();
#ifdef MACOS_USE_BUNDLE