diff options
| author | ntoskrnl <ntoskrnl11@yahoo.com> | 2012-08-02 20:04:35 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-04 10:32:48 (GMT) |
| commit | baf07e470e50905148784eb6008cf69878440dfa (patch) | |
| tree | fa0d35c746585bbd5a24a52a3fe7565aeaccb73e /src/tasks | |
| parent | d6e384e1ecbe4b2610277f22ff30286a4620b990 (diff) | |
| download | powder-baf07e470e50905148784eb6008cf69878440dfa.zip powder-baf07e470e50905148784eb6008cf69878440dfa.tar.gz | |
Build fixes for FreeBSD
Diffstat (limited to 'src/tasks')
| -rw-r--r-- | src/tasks/Task.cpp | 3 |
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; } |
