summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/db/colordb.cpp2
-rw-r--r--src/resources/db/itemdb.cpp2
-rw-r--r--src/resources/spritedef.cpp1
3 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/db/colordb.cpp b/src/resources/db/colordb.cpp
index ad8314d4f..62b6ab487 100644
--- a/src/resources/db/colordb.cpp
+++ b/src/resources/db/colordb.cpp
@@ -38,8 +38,6 @@ namespace
ColorDB::ColorLists mColorLists;
}
-extern int serverVersion;
-
void ColorDB::load()
{
if (mLoaded)
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);
diff --git a/src/resources/spritedef.cpp b/src/resources/spritedef.cpp
index 7b89af145..f5b098d17 100644
--- a/src/resources/spritedef.cpp
+++ b/src/resources/spritedef.cpp
@@ -39,7 +39,6 @@
#include "debug.h"
SpriteReference *SpriteReference::Empty = nullptr;
-extern int serverVersion;
const Action *SpriteDef::getAction(const std::string &action,
const unsigned num) const