take out useless(?) assert
This commit is contained in:
parent
1e36acfd91
commit
be141c2ac3
1 changed files with 0 additions and 2 deletions
|
@ -4225,8 +4225,6 @@ void BlackboxWindow::constrain(Corner anchor,
|
||||||
if (dh > client.max_height) dh = client.max_height;
|
if (dh > client.max_height) dh = client.max_height;
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(dw >= base_width && dh >= base_height);
|
|
||||||
|
|
||||||
if (client.width_inc > 1) {
|
if (client.width_inc > 1) {
|
||||||
dw -= base_width;
|
dw -= base_width;
|
||||||
dw /= client.width_inc;
|
dw /= client.width_inc;
|
||||||
|
|
Loading…
Reference in a new issue