Skip to content

Commit

Permalink
fix bad merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 22, 2024
1 parent 7a14b78 commit fb6bc41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Widgets/DisplayWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class Display.DisplayWidget : Gtk.EventBox {
public string display_name { get {return virtual_monitor.get_display_name (); }}

public double window_ratio { get; private set; default = 1.0; }
public DisplayWindow display_window { get; private set; }
public bool connected { get; set; }

public Gtk.Button primary_image { get; private set; }
Expand Down
1 change: 0 additions & 1 deletion src/Widgets/DisplaysOverlay.vala
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ public class Display.DisplaysOverlay : Gtk.Overlay {
}

private void verify_layout (DisplayWidget changed_widget) {
bool success = false;
uint iteration = 0;
// Continues iterating while at least one widget gets moved (or too many iterations)
while (iteration < 10 &&
Expand Down

0 comments on commit fb6bc41

Please sign in to comment.