ソースを参照

Remove pointless call to `asctime()`

Johan Mattsson 2 年 前
コミット
3a36981cfd
1 ファイル変更0 行追加2 行削除
  1. 0 2
      engine/source/platformWin32/winGLSpecial_ScriptBinding.h

+ 0 - 2
engine/source/platformWin32/winGLSpecial_ScriptBinding.h

@@ -56,8 +56,6 @@ ConsoleFunctionWithDocs(GLEnableLogging, ConsoleVoid, 2, 2, ( enable ))
          time( &aclock );
          newtime = localtime( &aclock );
 
-         asctime( newtime );
-
          winState.log_fp = fopen( "gl_log.txt", "wt" );
 
          fprintf( winState.log_fp, "%s\n", asctime( newtime ) );