summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 5696a2ea8a..46384eeec3 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -54,7 +54,6 @@ class InvEntry : public MenuEntry
{
private:
static bool show_prices;
- static char temp_id[4][50];
static void set_show_prices(bool doshow);
friend class InvShowPrices;