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 da29ea3..3372696 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -312,10 +312,8 @@ main(int argc, char **argv)
sio = init_sio(RCHAN, BITS, SIGNED);
-#if 0
if (dflag)
daemon(0, 0);
-#endif
delta = get_round(sio);
width = delta + 2 * GAP;