summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index c384041191..2a8becbce6 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -140,7 +140,7 @@ private:
// Messy!
struct shop_item
{
- item_def item;
+ item_def item;
unsigned price;
};
std::vector<shop_item> items;
@@ -148,16 +148,6 @@ private:
std::string shop_item_name(const shop_item &si) const;
std::string shop_item_desc(const shop_item &si) const;
void describe_shop_item(const shop_item &si) const;
-
- class ShopId : public shopping_hup_protect
- {
- public:
- ShopId(int stype);
- ~ShopId();
- private:
- int shoptype;
- id_fix_arr id;
- };
};
struct stash_search_result