diff options
Diffstat (limited to 'src/content_inventory.h')
-rw-r--r-- | src/content_inventory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/content_inventory.h b/src/content_inventory.h index 0b384f15e..40e8f545a 100644 --- a/src/content_inventory.h +++ b/src/content_inventory.h @@ -29,10 +29,6 @@ class ServerActiveObject; class ServerEnvironment; class IGameDef; -bool item_material_is_cookable(content_t content, IGameDef *gamedef); -InventoryItem* item_material_create_cook_result(content_t content, - IGameDef *gamedef); - std::string item_craft_get_image_name(const std::string &subname, IGameDef *gamedef); ServerActiveObject* item_craft_create_object(const std::string &subname, |