From be141c2ac3e0d9fccda431544d30828221a539c6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 24 Oct 2002 14:50:21 +0000 Subject: [PATCH] take out useless(?) assert --- src/Window.cc | 2 -- 1 file changed, 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; -- 2.45.2