diff options
Diffstat (limited to 'src/honey.c')
-rw-r--r-- | src/honey.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/honey.c b/src/honey.c index 5f83544..dc716a4 100644 --- a/src/honey.c +++ b/src/honey.c @@ -131,8 +131,6 @@ bool honey_setup(lua_State** L) honey_setup_texture(*L); - honey_setup_scene_tree(*L); - lua_pushcfunction(*L, honey_exit); lua_setfield(*L, -2, "exit"); |