X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d18407fa4496343f2913c50b4b043799ca744de..b37023dca3a8627cee3fd26bf9cd9dae46e4a5b1:/src/unix/threadpsx.cpp?ds=sidebyside diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index a124ad443b..597f87eb8d 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -1183,8 +1183,6 @@ wxThreadError wxThread::Create(unsigned int WXUNUSED(stackSize)) return wxTHREAD_NO_RESOURCE; } - m_internal->SetState( STATE_NEW ); - return wxTHREAD_NO_ERROR; }