diff options
Diffstat (limited to 'src/content_craft.h')
-rw-r--r-- | src/content_craft.h | 3 |
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 |