diff options
Diffstat (limited to 'src/content_craft.h')
-rw-r--r-- | src/content_craft.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/content_craft.h b/src/content_craft.h index 9cffbe4aa..e7ff861eb 100644 --- a/src/content_craft.h +++ b/src/content_craft.h @@ -24,12 +24,6 @@ class InventoryItem; class Player; class IGameDef; -/* - items: actually *items[9] - return value: allocates a new item, or returns NULL. -*/ -InventoryItem *craft_get_result(InventoryItem **items, IGameDef *gamedef); - void craft_set_creative_inventory(Player *player, IGameDef *gamedef); // Called when give_initial_stuff setting is used |