summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-01 17:03:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-02 00:13:44 +0300
commit30f142d6a147885afef203cdc83326cccdb4bb75 (patch)
treedf3a2f37145ce2b2c5a1651d7fb285ae149cda42 /src/being/being.h
parent2464d9d85019711583ef830c2fdeae8a6772cb53 (diff)
downloadManaVerse-30f142d6a147885afef203cdc83326cccdb4bb75.tar.gz
ManaVerse-30f142d6a147885afef203cdc83326cccdb4bb75.tar.bz2
ManaVerse-30f142d6a147885afef203cdc83326cccdb4bb75.tar.xz
ManaVerse-30f142d6a147885afef203cdc83326cccdb4bb75.zip
eathena: Show shop status on seller.
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 0f6a81413..6453e272d 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -764,9 +764,6 @@ class Being notfinal : public ActorSprite,
bool isShopEnabled() const A_WARN_UNUSED
{ return mShop; }
- void enableShop(const bool b)
- { mShop = b; }
-
/**
* Sets the attack range.
*/