]> Dogcows Code - chaz/openbox/commitdiff
take out useless(?) assert
authorDana Jansens <danakj@orodu.net>
Thu, 24 Oct 2002 14:50:21 +0000 (14:50 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 24 Oct 2002 14:50:21 +0000 (14:50 +0000)
src/Window.cc

index f3103165aa85975e1a4a4b882fcc117a5684f65b..680943e214d5eb3c3e8453b8043f4573ad086064 100644 (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;
This page took 0.029176 seconds and 4 git commands to generate.