diff options
Diffstat (limited to 'src/resources/db/itemdb.cpp')
-rw-r--r-- | src/resources/db/itemdb.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index 5f0b377b1..ae64ae9c1 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -57,8 +57,6 @@ namespace std::map<std::string, ItemSoundEvent::Type> mSoundNames; } // namespace -extern int serverVersion; - // Forward declarations static void loadSpriteRef(ItemInfo *const itemInfo, const XmlNodePtr node); |