summaryrefslogtreecommitdiff
path: root/src/tasks/Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks/Task.cpp')
-rw-r--r--src/tasks/Task.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tasks/Task.cpp b/src/tasks/Task.cpp
index a48eab7..01acb2c 100644
--- a/src/tasks/Task.cpp
+++ b/src/tasks/Task.cpp
@@ -5,8 +5,6 @@
* Author: Simon
*/
-
-#include <unistd.h>
#include "Task.h"
#include "TaskListener.h"
@@ -118,7 +116,6 @@ bool Task::doWork()
for(int i = 0; i < 100; i++)
{
notifyProgress(i);
- usleep((100)*1000);
}
return true;
}