aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
Diffstat (limited to 'spectrogram.c')
-rw-r--r--spectrogram.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index b903373..c6c80a9 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -243,7 +243,6 @@ init_panel(Display *d, Window win, int x, int y, int w, int h, enum mirror m)
unsigned long white = WhitePixel(d, scr);
unsigned long black = BlackPixel(d, scr);
unsigned long gray = hslcolor(d, hsl_gray);
- unsigned long *palette;
p = malloc(sizeof(struct panel));
assert(p);