]> Dogcows Code - chaz/openbox/blobdiff - src/Window.cc
take out useless(?) assert
[chaz/openbox] / 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.021497 seconds and 4 git commands to generate.