]> mj.ucw.cz Git - osdd.git/blobdiff - osd-alsa.c
Python: Cleaned up the Python library
[osdd.git] / 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)