summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-10-24 14:50:21 +0000
committerDana Jansens <danakj@orodu.net>2002-10-24 14:50:21 +0000
commitbe141c2ac3e0d9fccda431544d30828221a539c6 (patch)
treea0dcab184b23162c8a3a7acb1ede4324d816fbbb /src
parent1e36acfd9198a7d8cbad4eef094e15a03eebc291 (diff)
take out useless(?) assert
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;