remove Sys_DoubleTime()

This commit is contained in:
Garux
2021-10-31 14:33:57 +03:00
parent 522f6f907e
commit c217ad981a
2 changed files with 3 additions and 8 deletions

View File

@@ -58,8 +58,3 @@ inline bool Q_mkdir( const char* name ){
return mkdir( name, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH ) != -1; // rwxrwxr-x
}
#endif
inline double Sys_DoubleTime( void ){
return clock() / 1000.0;
}