summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index 461107161a..b93bc2c8b9 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -274,7 +274,6 @@ void InvEntry::add_class_hotkeys(const item_def &i)
}
bool InvEntry::show_prices = false;
-
void InvEntry::set_show_prices(bool doshow)
{
show_prices = doshow;
@@ -291,7 +290,6 @@ InvShowPrices::~InvShowPrices()
}
bool InvEntry::show_glyph = false;
-
void InvEntry::set_show_glyph(bool doshow)
{
show_glyph = doshow;