Remove old projects.
[bertos.git] / bertos / emul / emul.cpp
index 6327a5bf0ca454e161b26c0de74e7cbbdbe60e9c..7e1da2ed9a8d2b01b3691ccf61a64d243b0552cc 100644 (file)
@@ -101,6 +101,5 @@ extern "C" void emul_idle()
 {
        // We process GUI events when the application is idle.
        emul->emulApp->processEvents();
-       usleep(1000);
 }