소스 검색

Merge pull request #52 from mjunix/patch-4

Remove pointless call to `asctime()`
Peter Robinson 2 년 전
부모
커밋
0813c201c3
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 ) );