mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
Removed unused library version number
This commit is contained in:
@@ -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:
|
||||
|
@@ -34,7 +34,6 @@
|
||||
# include "leak_dumper.h"
|
||||
|
||||
using std::string;
|
||||
using Shared::Util::sharedLibVersionString;
|
||||
|
||||
namespace Glest {
|
||||
namespace Game {
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user