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 dc716a4..fef75d7 100644 --- a/src/honey.c +++ b/src/honey.c @@ -127,8 +127,6 @@ bool honey_setup(lua_State** L) honey_setup_mesh(*L); - honey_setup_primitives(*L); - honey_setup_texture(*L); lua_pushcfunction(*L, honey_exit); |