This commit is contained in:
Charles J. Cliffe
2015-08-03 23:41:37 -04:00
parent 00713c0259
commit bab2ad3780
13 changed files with 8 additions and 24 deletions
-6
View File
@@ -561,12 +561,6 @@ void AppFrame::OnThread(wxCommandEvent& event) {
}
void AppFrame::OnIdle(wxIdleEvent& event) {
bool work_done = false;
//#ifdef __APPLE__
// std::this_thread::sleep_for(std::chrono::milliseconds(4));
// std::this_thread::yield();
//#endif
DemodulatorInstance *demod = wxGetApp().getDemodMgr().getLastActiveDemodulator();