summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc2
1 files changed, 0 insertions, 2 deletions
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;