summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-27 14:20:42 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-27 15:46:56 +0200
commit20e7edd90960dfab6bf95c112e5233a26348830f (patch)
tree339724cb82f78095446af21572267fca317c1f69 /crawl-ref/source/shopping.h
parent78740518c74329142238c83b984277dd82982054 (diff)
downloadcrawl-ref-20e7edd90960dfab6bf95c112e5233a26348830f.tar.gz
crawl-ref-20e7edd90960dfab6bf95c112e5233a26348830f.zip
Make a few functions static/gone.
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index 75c11ee761..e7d29528cd 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -24,7 +24,6 @@ void shop();
shop_struct *get_shop(const coord_def& where);
void destroy_shop_at(coord_def p);
-void destroy_shop(shop_struct *shop);
std::string shop_type_name (shop_type type);
std::string shop_name(const coord_def& where);