diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-02 13:29:13 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-05 09:45:58 +0100 |
commit | f9d3ab01d35cbad6d9bd0f203c6647fbfe251754 (patch) | |
tree | 31c0dcfca14d1734f400213ba95dfdcc9f26c6d0 /src/script/common/c_content.h | |
parent | 28ba013a4a31c7496044a26fcedea3771dd22aa2 (diff) | |
download | minetest-f9d3ab01d35cbad6d9bd0f203c6647fbfe251754.tar.xz |
Code quality in files that were changed
Diffstat (limited to 'src/script/common/c_content.h')
-rw-r--r-- | src/script/common/c_content.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h index 2733be663..181176efe 100644 --- a/src/script/common/c_content.h +++ b/src/script/common/c_content.h @@ -47,7 +47,6 @@ class NodeDefManager; struct PointedThing; struct ItemStack; struct ItemDefinition; - struct ToolCapabilities; struct ObjectProperties; struct SimpleSoundSpec; @@ -109,7 +108,7 @@ void push_item_definition (lua_State *L, const ItemDefinition &i); void push_item_definition_full (lua_State *L, const ItemDefinition &i); -void read_wield_animation(lua_State *L, int index); +void read_wield_animation(lua_State *L, int index); void read_object_properties (lua_State *L, int index, ServerActiveObject *sao, |