diff options
Diffstat (limited to 'src/mapi/glapi/glthread.h')
-rw-r--r-- | src/mapi/glapi/glthread.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mapi/glapi/glthread.h b/src/mapi/glapi/glthread.h index 54292706acf..fc4ece7c338 100644 --- a/src/mapi/glapi/glthread.h +++ b/src/mapi/glapi/glthread.h @@ -17,7 +17,4 @@ typedef struct u_tsd _glthread_TSD; typedef u_mutex _glthread_Mutex; -PUBLIC unsigned long -_glthread_GetID(void); - -#endif /* THREADS_H */ +#endif /* GLTHREAD_H */ |