diff options
Diffstat (limited to 'Alc/compat.h')
-rw-r--r-- | Alc/compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/compat.h b/Alc/compat.h index f11de462..50516ce8 100644 --- a/Alc/compat.h +++ b/Alc/compat.h @@ -23,8 +23,6 @@ FILE *al_fopen(const char *fname, const char *mode); #include <pthread.h> -ALuint timeGetTime(void); - #define althread_once_t pthread_once_t #define ALTHREAD_ONCE_INIT PTHREAD_ONCE_INIT #define althread_once pthread_once |