summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index ca66426..65c0e3f 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -27,10 +27,6 @@
// +--------------------------------------------------------------------+
-FILE* ErrLog = 0;
-int ErrLine = 0;
-char ErrBuf[1024];
-
Game* game = 0;
bool Game::active = false;
@@ -1377,18 +1373,6 @@ GetKeyPlus(int& key, int& shift)
// +====================================================================+
-void Print(const char* fmt, ...)
-{
- if (ErrLog) {
- vsprintf_s(ErrBuf, fmt, (char *)(&fmt+1));
-
- fprintf(ErrLog, ErrBuf);
- fflush(ErrLog);
- }
-}
-
-// +====================================================================+
-
DWORD GetRealTime()
{
if (game)