]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
don't send text changed events from ctor as wxGTK doesn't do it and people apparently...
[wxWidgets.git] / src / msw / thread.cpp
index 942a0379daf71c5f586bd7ce83157e7473617f8b..301144ac1445c8c39d1c7bd7b9ea2fd0d68495e9 100644 (file)
@@ -916,11 +916,6 @@ void wxThread::Yield()
     ::Sleep(0);
 }
 
-void wxThread::Sleep(unsigned long milliseconds)
-{
-    ::Sleep(milliseconds);
-}
-
 int wxThread::GetCPUCount()
 {
     SYSTEM_INFO si;