diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 22:34:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 22:34:51 +0300 |
commit | f5c479fa193fb4199872aabcb73d35f872caa87f (patch) | |
tree | b8c5b78b04d363d060cfa3e953f91ed96621a301 /src/shopitem.cpp | |
parent | 211132be950db3d94811e2cdf0a349d468b3a824 (diff) | |
download | plus-f5c479fa193fb4199872aabcb73d35f872caa87f.tar.gz plus-f5c479fa193fb4199872aabcb73d35f872caa87f.tar.bz2 plus-f5c479fa193fb4199872aabcb73d35f872caa87f.tar.xz plus-f5c479fa193fb4199872aabcb73d35f872caa87f.zip |
Remove unused externs
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 071247483..ec79a29da 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -33,8 +33,6 @@ #include "debug.h" -extern int serverVersion; - ShopItem::ShopItem(const int inventoryIndex, const int id, const unsigned char color, const int quantity, const int price) : |