diff doodle/dia/layer_stack.d @ 92:a98116479793

Removed GL support. Improved grid.
author daveb
date Fri, 20 Aug 2010 18:34:32 +0930
parents 467febed7367
children a274d16ab6ce
line wrap: on
line diff
--- a/doodle/dia/layer_stack.d	Thu Aug 19 18:28:18 2010 +0930
+++ b/doodle/dia/layer_stack.d	Fri Aug 20 18:34:32 2010 +0930
@@ -13,7 +13,6 @@
         // Take the union of all layer bounds
         Rectangle bounds = Rectangle.DEFAULT;
         foreach (layer; _layers) { bounds = bounds | layer.bounds; }
-        //assert(bounds.valid);
         return bounds;
     }