commit 90f8ddea9458559e0efded95f37da8951185575e
parent de98142d6b2d740026132822a49807d2a5cdf7d4
Author: Pavel Renev <an2qzavok@gmail.com>
Date: Sun, 14 Jul 2024 22:36:10 +0000
amp: remove unused variable pcmlen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amp.c b/amp.c
@@ -46,7 +46,7 @@ void threadplumb(void *);
void threadselect(void *);
void usage(void);
-long pcmlen, monolen, scroll, smin, smax;
+long monolen, scroll, smin, smax;
long Zoomout = 512;
Image *Ibg, *Itrbg, *Itrfg;
Rectangle rbars;