summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/xrandr/gsd-xrandr-manager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index c6a06c38..80f1938c 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -1219,8 +1219,6 @@ auto_configure_outputs (GsdXrandrManager *manager, guint32 timestamp)
} else {
if (is_laptop (info) && !info->on) {
turn_on (screen, info, 0, 0);
- } else {
- info->on = FALSE;
}
}
}