diff options
Diffstat (limited to 'src/resources/item/item.cpp')
-rw-r--r-- | src/resources/item/item.cpp | 8 |
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; -} |