Remove declaration of old deleted function

This commit is contained in:
Cameron Gutman 2021-05-25 19:54:27 -05:00
parent 59484ea066
commit 1376c62e5f

View File

@ -57,8 +57,6 @@ void PltSetEvent(PLT_EVENT* event);
void PltClearEvent(PLT_EVENT* event); void PltClearEvent(PLT_EVENT* event);
int PltWaitForEvent(PLT_EVENT* event); int PltWaitForEvent(PLT_EVENT* event);
void PltRunThreadProc(void);
#define PLT_WAIT_SUCCESS 0 #define PLT_WAIT_SUCCESS 0
#define PLT_WAIT_INTERRUPTED 1 #define PLT_WAIT_INTERRUPTED 1