We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6712461 commit 756c165Copy full SHA for 756c165
src/Objects/MonitorManager.vala
@@ -96,8 +96,6 @@ public class Display.MonitorManager : GLib.Object {
96
critical (e.message);
97
}
98
99
- var monitor_number = virtual_monitors.size;
100
-
101
// Clear all monitors and virtual monitors before re-adding them if needed
102
monitors.clear ();
103
virtual_monitors.clear ();
0 commit comments