diff --git a/src/Window.cc b/src/Window.cc index f3103165..680943e2 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -4225,8 +4225,6 @@ void BlackboxWindow::constrain(Corner anchor, if (dh > client.max_height) dh = client.max_height; } - assert(dw >= base_width && dh >= base_height); - if (client.width_inc > 1) { dw -= base_width; dw /= client.width_inc;