From 824cef024dae8ce3aac85219a28d2538e6c716d6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 22 Jun 2014 15:13:20 +0200 Subject: [PATCH] osd-alsa: Do not emit a blank line With osdd2, the layout is spacious enough per se. --- osd-alsa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/osd-alsa.c b/osd-alsa.c index 161924d..86155a3 100644 --- a/osd-alsa.c +++ b/osd-alsa.c @@ -126,7 +126,6 @@ static void show_mixer(void) char buf[256]; snprintf(buf, sizeof(buf), "%s volume", mixer_control); osd_add_line(msg, NULL, buf); - osd_add_line(msg, NULL, ""); if (muted) osd_add_line(msg, NULL, "[mute]"); else if (min < max) -- 2.39.5