diff options
Diffstat (limited to 'src/Platform.h')
| -rw-r--r-- | src/Platform.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Platform.h b/src/Platform.h index d2d8199..5eee7e5 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -28,11 +28,6 @@ void* Thread_Create(void (*func)());  void Thread_Free(void* thread);  void Thread_Wait(void* thread); -void* Event_Create(); -void Event_Free(void* event); -void Event_Wait(void* event); -void Event_Signal(void* event); -  void* Semaphore_Create();  void Semaphore_Free(void* sema);  void Semaphore_Wait(void* sema);  |