X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02761f6cd478e3c2c97cf6f93442747f7b029833..dc874fb4cebf75d39cc97210e0f4b6a35403e4a6:/src/palmos/thread.cpp?ds=sidebyside

diff --git a/src/palmos/thread.cpp b/src/palmos/thread.cpp
index 5dbbbdcea1..6dbe22bb95 100644
--- a/src/palmos/thread.cpp
+++ b/src/palmos/thread.cpp
@@ -412,10 +412,6 @@ void wxThread::Yield()
 {
 }
 
-void wxThread::Sleep(unsigned long milliseconds)
-{
-}
-
 int wxThread::GetCPUCount()
 {
     return 1;
@@ -557,11 +553,11 @@ void wxThreadModule::OnExit()
 // not a mutex, so the names are a bit confusing
 // ----------------------------------------------------------------------------
 
-void WXDLLIMPEXP_BASE wxMutexGuiEnter()
+void wxMutexGuiEnterImpl()
 {
 }
 
-void WXDLLIMPEXP_BASE wxMutexGuiLeave()
+void wxMutexGuiLeaveImpl()
 {
 }