summaryrefslogtreecommitdiff
path: root/src/content_craft.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-17 10:19:31 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:48 +0200
commit4f021fc7ddd175888a3bac2fcc413231a4ef5c3d (patch)
tree3d28d70a4af372749d413510d624a282f71b4db2 /src/content_craft.h
parent498ebef3573ae27e9bb05a30b8dc8165ebc76e15 (diff)
downloadminetest-4f021fc7ddd175888a3bac2fcc413231a4ef5c3d.tar.gz
minetest-4f021fc7ddd175888a3bac2fcc413231a4ef5c3d.tar.bz2
minetest-4f021fc7ddd175888a3bac2fcc413231a4ef5c3d.zip
Remove crafting definitions from content_craft.cpp
Diffstat (limited to 'src/content_craft.h')
-rw-r--r--src/content_craft.h6
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