]> mj.ucw.cz Git - osdd.git/commitdiff
osd-alsa: Do not emit a blank line
authorMartin Mares <mj@ucw.cz>
Sun, 22 Jun 2014 13:13:20 +0000 (15:13 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 22 Jun 2014 13:13:20 +0000 (15:13 +0200)
With osdd2, the layout is spacious enough per se.

osd-alsa.c

index 161924daedba14c49cd885343c1345438a35fdec..86155a3cb2216f568e61b8db70ee48a4b8f85097 100644 (file)
@@ -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)