take out useless(?) assert

This commit is contained in:
Dana Jansens 2002-10-24 14:50:21 +00:00
parent 1e36acfd91
commit be141c2ac3

View file

@ -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;