diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lua_core.c | 1 | ||||
| -rw-r--r-- | src/state.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/lua_core.c b/src/lua_core.c index 5e20cd3..ac0ba32 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -527,7 +527,6 @@ bool luaInit() { return false; } - // luaRegister(); defineGlobals(); return true; diff --git a/src/state.c b/src/state.c index 4f7e302..178c911 100644 --- a/src/state.c +++ b/src/state.c @@ -108,10 +108,6 @@ bool stateInit( const char *exePath ) { if ( state->run ) { InitAudioDevice(); state->run = luaInit(); - // luaRegister(); - // defineGlobals(); - - state->run = luaInit(); } return state->run; |
