From 37a5f8a30bc2e267909d699faef4910a3a261555 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 01:34:09 +0200 Subject: Move cook result properly to ContentFeatures --- src/content_inventory.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/content_inventory.h') 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, -- cgit v1.2.3