aboutsummaryrefslogtreecommitdiffstats
path: root/games/spring/files/patch-AI-Skirmish-KAIK-Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/spring/files/patch-AI-Skirmish-KAIK-Logger.h')
-rw-r--r--games/spring/files/patch-AI-Skirmish-KAIK-Logger.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/spring/files/patch-AI-Skirmish-KAIK-Logger.h b/games/spring/files/patch-AI-Skirmish-KAIK-Logger.h
deleted file mode 100644
index 243ad4b98a9b..000000000000
--- a/games/spring/files/patch-AI-Skirmish-KAIK-Logger.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- AI/Skirmish/KAIK/Logger.h.orig 2013-03-26 03:58:45.000000000 +0400
-+++ AI/Skirmish/KAIK/Logger.h 2013-11-11 04:04:46.414772522 +0400
-@@ -2,10 +2,8 @@
- #define KAIK_LOGGER_HDR
-
- #include <string>
--//FIXME:compile hack for macosx
--#undef tm
- #include <fstream>
--#define tm GetThreatMap()
-+#define thm GetThreatMap()
-
- namespace springLegacyAI {
- class IAICallback;