Removed unused variable

This commit is contained in:
mathusummut
2018-11-14 22:37:04 +01:00
parent 1092c57d63
commit 295b75d975
2 changed files with 0 additions and 2 deletions

View File

@@ -26,7 +26,6 @@
namespace Shared {
const std::string GameVersionString = GAME_VERSION;
const std::string LastCompatibleVersionString = LAST_COMPATIBLE_VERSION;
const std::string G3DViewerVersionString = G3D_VIEWER_VERSION;
const std::string MapEditorVersionString = MAP_EDITOR_VERSION;
} //end namespace

View File

@@ -1,4 +1,3 @@
#define GAME_VERSION "ZetaGlest 1.0"
#define LAST_COMPATIBLE_VERSION "ZetaGlest 1.0"
#define G3D_VIEWER_VERSION "1.0"
#define MAP_EDITOR_VERSION "1.0"