From d2946eb5bb3692806bb67e6e8a8d981f0e599850 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Aug 2012 21:21:45 +0000 Subject: removal of the rest of __DATE__ and __TIME__ git-svn-id: http://svn.miranda-ng.org/main/trunk@1332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SplashScreen/src/debug.h | 11 ----------- plugins/SplashScreen/src/main.cpp | 1 - 2 files changed, 12 deletions(-) (limited to 'plugins/SplashScreen/src') diff --git a/plugins/SplashScreen/src/debug.h b/plugins/SplashScreen/src/debug.h index 70c44e250e..70e36dfaed 100644 --- a/plugins/SplashScreen/src/debug.h +++ b/plugins/SplashScreen/src/debug.h @@ -47,17 +47,6 @@ int inline initLog() return 0; } -/* - * log timestamp - */ - -void inline logTimeStamp() -{ - FILE *f = _tfopen(szLogFile, _T("a")); - _ftprintf(f, _T("Time:\t\t\t\t%s\n"), _T(__TIME__)); - fclose(f); -} - /* * logging func */ diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 78d00bbb33..8289ce229d 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -85,7 +85,6 @@ void SplashMain() #ifdef _DEBUG mir_sntprintf(szLogFile, SIZEOF(szLogFile), _T("%s\\%s.log"), szMirDir, _T(__INTERNAL_NAME)); initLog(); - logTimeStamp(); TCHAR* mirandaVerString = mir_a2t(szVersion); logMessage(_T("Miranda version"), mirandaVerString); mir_free(mirandaVerString); -- cgit v1.2.3