summaryrefslogtreecommitdiff
path: root/src/store.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
committerBardur Arantsson <bardur@scientician.net>2015-06-07 17:49:09 +0200
commitb098345c0e9d3044dc8ad1c238eb29d805062db2 (patch)
tree00a47c028111af6279f818f762e613a268cec6e1 /src/store.hpp
parent9dea3ca3085db413860d5923b5405841a4e1f784 (diff)
Remove dead function move_to_black_market()
Diffstat (limited to 'src/store.hpp')
-rw-r--r--src/store.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/store.hpp b/src/store.hpp
index 6a1c03d3..20c60e1d 100644
--- a/src/store.hpp
+++ b/src/store.hpp
@@ -6,7 +6,6 @@ extern void do_cmd_store();
extern void store_shuffle(int which);
extern void store_maint(int town_num, int store_num);
extern void store_init(int town_num, int store_num);
-extern void move_to_black_market(object_type * o_ptr);
extern void do_cmd_home_trump();
extern void store_sell();
extern void store_purchase();