]> git.cworth.org Git - apitrace/blobdiff - common/os.hpp
parse: recognize more rendering calls.
[apitrace] / common / os.hpp
index caf9dc3d2cc66e4243d819571beaf1082c7bd723..cc72a0ea5b288184ffeb1759894344d2f5f5de3a 100644 (file)
@@ -70,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));