diff options
Diffstat (limited to 'plugins/SplashScreen/src/debug.h')
-rw-r--r-- | plugins/SplashScreen/src/debug.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ -48,17 +48,6 @@ int inline initLog() }
/*
- * 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
*/
|