aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/spectrogram.c b/spectrogram.c
index da3f6e6..3c7dbad 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -25,7 +25,6 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include "aux.h"
#include "fft.h"
@@ -92,7 +91,6 @@ worker(XtPointer data)
XtSetArg(arg[n], XtNsize, size); n++;
XtSetValues(data, arg, n); /* trigger expose */
- usleep(40); /* emulate 25 Hz */
return False; /* don't remove the work procedure from the list */
}