diff dia/grid_layer.d @ 27:f3d91579bb28

Checkpoint
author David Bryant <daveb@acres.com.au>
date Wed, 29 Jul 2009 14:11:35 +0930
parents 06c30d250c0a
children
line wrap: on
line diff
--- a/dia/grid_layer.d	Thu Jul 16 00:12:02 2009 +0930
+++ b/dia/grid_layer.d	Wed Jul 29 14:11:35 2009 +0930
@@ -25,7 +25,7 @@
     override void draw(in Viewport viewport,
                        in Rectangle pixel_damage, scope Context pixel_cr,
                        in Rectangle model_damage, scope Context model_cr) const {
-        double zoom = viewport.zoom;
+        //double zoom = viewport.zoom;
 
         //double start_x = modf(damage.min_corner.x, zoom);
     }