aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spectrogram.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/spectrogram.c b/spectrogram.c
index a82a2d7..eb4f92d 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -54,7 +54,7 @@ struct spectrogram {
GC gc;
Pixmap shadow;
GC shadowgc;
-}
+};
struct watterfall {
Window win;
@@ -65,13 +65,9 @@ struct watterfall {
struct panel {
Window win; /* container */
- struct watterfall wf;
-
-#if 0
Window wf; /* waterfall */
XRectangle w;
struct pixmap wfbuf;
-#endif
Window sp; /* spectrogram */
XRectangle s;