summaryrefslogtreecommitdiff
path: root/src/content_craft.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-26 00:55:50 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:52 +0200
commit77337271fc7ab3b767c6832424dc7d82cebd33f4 (patch)
tree0098c2a3467d0c6ee894f3665d49ba7ca888cbf4 /src/content_craft.h
parentc1479a273266709d6d0775c690dce31a7a430aa5 (diff)
downloadminetest-77337271fc7ab3b767c6832424dc7d82cebd33f4.tar.gz
minetest-77337271fc7ab3b767c6832424dc7d82cebd33f4.tar.bz2
minetest-77337271fc7ab3b767c6832424dc7d82cebd33f4.zip
Remove give_initial_stuff
Diffstat (limited to 'src/content_craft.h')
-rw-r--r--src/content_craft.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/content_craft.h b/src/content_craft.h
index e7ff861eb..ee59c077b 100644
--- a/src/content_craft.h
+++ b/src/content_craft.h
@@ -26,8 +26,5 @@ class IGameDef;
void craft_set_creative_inventory(Player *player, IGameDef *gamedef);
-// Called when give_initial_stuff setting is used
-void craft_give_initial_stuff(Player *player, IGameDef *gamedef);
-
#endif