]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Add code for parsing globs file in /usr/local as well
[wxWidgets.git] / src / unix / threadpsx.cpp
index 8e7d9bba9fd26fe9748bc2dad00a067a2519914a..29288623cd431366f2dee4cc5ea766d872575e21 100644 (file)
@@ -1050,11 +1050,6 @@ void wxThread::Yield()
 #endif
 }
 
-void wxThread::Sleep(unsigned long milliseconds)
-{
-    wxMilliSleep(milliseconds);
-}
-
 int wxThread::GetCPUCount()
 {
 #if defined(_SC_NPROCESSORS_ONLN)