From 928103c5d9c716dbfe0ba2c8ea13b1426b3e768c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Apr 2017 04:04:13 +0300 Subject: Remove unused variable. --- src/resources/db/itemdb.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index dd728d2f9..77ff5b269 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -59,7 +59,6 @@ namespace StringIntMap mTags; std::map mSoundNames; int mNumberOfHairstyles = 1; - int mNumberOfRaces = 1; } // namespace // Forward declarations @@ -227,7 +226,6 @@ void ItemDB::load() { races ++; } - mNumberOfRaces = races - 100; } void ItemDB::loadXmlFile(const std::string &fileName, -- cgit v1.2.3-60-g2f50