Preparing to change threading model

This commit is contained in:
Charles J. Cliffe
2014-11-19 17:41:49 -05:00
parent 92b390fefe
commit a9d46b7624
3 changed files with 41 additions and 10 deletions
-2
View File
@@ -164,8 +164,6 @@ void AppFrame::OnThread(wxCommandEvent& event) {
void AppFrame::OnIdle(wxIdleEvent& event) {
Sleep(10);
event.Skip();
}