Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 16, 2023
1 parent e5a8220 commit 96614c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/InputPanel.vala
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public class Sound.InputPanel : Gtk.Box {

device_monitor = new InputDeviceMonitor ();
device_monitor.update_fraction.connect ((fraction) => {
/* Since we split the bar in segments, get the value out of level_bar.max instead of 1 */
level_bar.value = fraction;
});

Expand Down

0 comments on commit 96614c6

Please sign in to comment.