diff options
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index 95324ee..5e6ce78 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -38,7 +38,6 @@ int luaG_nameof( lua_State* L); | |||
38 | 38 | ||
39 | void populate_func_lookup_table( lua_State* L, int _i, char const* _name); | 39 | void populate_func_lookup_table( lua_State* L, int _i, char const* _name); |
40 | void initialize_allocator_function( Universe* U, lua_State* L); | 40 | void initialize_allocator_function( Universe* U, lua_State* L); |
41 | void cleanup_allocator_function( Universe* U, lua_State* L); | ||
42 | 41 | ||
43 | // ################################################################################################ | 42 | // ################################################################################################ |
44 | 43 | ||