summaryrefslogtreecommitdiff
path: root/src/resources/item/item.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-26 00:23:36 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-26 19:27:36 +0300
commit4c6ceccbd41bfa0cd85900c1cbfa4b495b57b23f (patch)
tree7933f16579b9cd8754581207d2a50c5926e6f635 /src/resources/item/item.cpp
parentd004880b9054d61fa0f092ba74553d8062e36b4b (diff)
downloadplus-4c6ceccbd41bfa0cd85900c1cbfa4b495b57b23f.tar.gz
plus-4c6ceccbd41bfa0cd85900c1cbfa4b495b57b23f.tar.bz2
plus-4c6ceccbd41bfa0cd85900c1cbfa4b495b57b23f.tar.xz
plus-4c6ceccbd41bfa0cd85900c1cbfa4b495b57b23f.zip
Add constexpr into item.
Diffstat (limited to 'src/resources/item/item.cpp')
-rw-r--r--src/resources/item/item.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/resources/item/item.cpp b/src/resources/item/item.cpp
index 4627225f2..9d3a1b3f8 100644
--- a/src/resources/item/item.cpp
+++ b/src/resources/item/item.cpp
@@ -181,11 +181,3 @@ void Item::updateColor()
if (serverFeatures && serverFeatures->haveItemColors())
setId(mId, ItemColorManager::getColorFromCards(&mCards[0]));
}
-
-bool Item::isItem(const int id)
-{
- return id != 0 &&
- id != CARD0_FORGE &&
- id != CARD0_CREATE &&
- id != CARD0_PET;
-}