Skip to content

Commit a269feb

Browse files
committed
unused function
1 parent d0e4236 commit a269feb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AIExport.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "ExternalAI/Interface/SSkirmishAILibrary.h"
3030
#include "ExternalAI/Interface/SSkirmishAICallback.h"
3131
#include "LegacyCpp/AIAI.h"
32-
#include "Game/GameVersion.h"
32+
//#include "Game/GameVersion.h"
3333

3434
// E323AI stuff
3535
#include "AIExport.h"
@@ -47,7 +47,7 @@ static const char* aiVersion = NULL;
4747
static std::map<int, const struct SSkirmishAICallback*> skirmishAIId_callback;
4848

4949

50-
50+
/*
5151
EXPORT(enum LevelOfSupport) getLevelOfSupportFor(
5252
const char* aiShortName, const char* aiVersion,
5353
const char* engineVersionString, int engineVersionNumber,
@@ -62,6 +62,7 @@ EXPORT(enum LevelOfSupport) getLevelOfSupportFor(
6262
6363
return LOS_None;
6464
}
65+
*/
6566

6667
EXPORT(int) init(int skirmishAIId, const struct SSkirmishAICallback* callback) {
6768

0 commit comments

Comments
 (0)