]> git.cworth.org Git - apitrace/blobdiff - common/os.hpp
Recognize IDirect3DSwapChain9::Present as end of frame
[apitrace] / common / os.hpp
index 6a3b8c82f33840929b688de60ceb6f69fe9901b7..cc72a0ea5b288184ffeb1759894344d2f5f5de3a 100644 (file)
 
 namespace os {
 
-void acquireMutex(void);
-
-void releaseMutex(void);
-
 void log(const char *format, ...)
 #ifdef __GNUC__
     __attribute__ ((format (printf, 1, 2)))
@@ -74,11 +70,6 @@ void log(const char *format, ...)
   #endif
 #endif
 
-/**
- * Get the current time in microseconds from an unknown base.
- */
-long long getTime(void);
-
 void abort(void);
 
 void setExceptionCallback(void (*callback)(void));