From: Dana Jansens Date: Thu, 24 Oct 2002 14:50:21 +0000 (+0000) Subject: take out useless(?) assert X-Git-Tag: openbox-2_1_3~208 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=be141c2ac3e0d9fccda431544d30828221a539c6;p=dana%2Fopenbox.git take out useless(?) assert --- 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;