Platform code cleanup

This commit is contained in:
Cameron Gutman
2015-05-28 06:23:19 -05:00
parent 601dd55d7c
commit f8df5030e1
7 changed files with 25 additions and 22 deletions

View File

@@ -35,9 +35,6 @@ typedef struct _PLT_EVENT {
#error Unsupported platform
#endif
int initializePlatformThreads(void);
void cleanupPlatformThreads(void);
int PltCreateMutex(PLT_MUTEX *mutex);
void PltDeleteMutex(PLT_MUTEX *mutex);
void PltLockMutex(PLT_MUTEX *mutex);