소스 검색

Merge pull request #1799 from Azaezel/pragmaProblem

clang catch: pragma note. (no longer needed)
Anis 9 년 전
부모
커밋
3038e53856
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      Engine/source/platform/platformTimer.cpp

+ 0 - 9
Engine/source/platform/platformTimer.cpp

@@ -86,15 +86,6 @@ const S32 TimeManager::getBackgroundThreshold() const
 }
 
 //----------------------------------------------------------------------------------
-
-#pragma message("Mac/Lunix will need to implement this or get unresolved externals.")
-#pragma message(" It was previously defined here with a Win32 ifdef which goes against")
-#pragma message(" how torque implements its platform agnostic systems - JDD")
-//PlatformTimer *PlatformTimer::create()
-//{
-//   return new DefaultPlatformTimer();
-//}
-
 PlatformTimer::PlatformTimer()
 {
 }