wlr_surface: condition is always false

master
Antonin Décimo 5 years ago committed by Drew DeVault
parent b400c26b23
commit 8f3d73e3a3

@ -828,10 +828,6 @@ static void subsurface_consider_map(struct wlr_subsurface *subsurface,
} }
// Now we can map the subsurface // Now we can map the subsurface
if (subsurface->mapped) {
return;
}
wlr_signal_emit_safe(&subsurface->events.map, subsurface); wlr_signal_emit_safe(&subsurface->events.map, subsurface);
subsurface->mapped = true; subsurface->mapped = true;

Loading…
Cancel
Save