Removed unused library version number

This commit is contained in:
mathusummut
2018-10-05 23:22:54 +02:00
parent 643809b178
commit d9a37ed6e7
3 changed files with 1 additions and 5 deletions

View File

@@ -205,8 +205,7 @@ namespace Glest {
//case 1: return "Built: " + string(__DATE__) + " " + GIT_Rev;
switch (i) {
case 0:
return string("ZetaGlest ") + GAME_VERSION + " (" +
"Shared Library " + sharedLibVersionString + ")";
return string("ZetaGlest ") + GAME_VERSION;
case 1:
return GAME_VERSION;
case 2:

View File

@@ -34,7 +34,6 @@
# include "leak_dumper.h"
using std::string;
using Shared::Util::sharedLibVersionString;
namespace Glest {
namespace Game {

View File

@@ -226,8 +226,6 @@ namespace Shared {
static void Close();
};
const string sharedLibVersionString = "v0.4.1";
//string fcs
string lastDir(const string &s);
string lastFile(const string &s);