Falling sand and gravel
[oweals/minetest.git] / src / content_craft.h
index 9cffbe4aa5ce6540cbdda14a9086a638dc975a71..e7ff861eb91622dbd139d75f7fa979ea0b99df76 100644 (file)
@@ -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