projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Committing in .
[wxWidgets.git]
/
src
/
unix
/
threadpsx.cpp
diff --git
a/src/unix/threadpsx.cpp
b/src/unix/threadpsx.cpp
index 1b93fa7f5216f5555574a6fe7bd3f53aac19b664..597f87eb8dab0f164b498bad88bf414aeabe6da1 100644
(file)
--- 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_state = STATE_NEW;
-
return wxTHREAD_NO_ERROR;
}