diff doodle/dia/icanvas.d @ 74:c03ed75c0f8e

Icky
author "David Bryant <bagnose@gmail.com>"
date Sun, 15 Aug 2010 01:11:58 +0930
parents 31d10176415d
children 15ca7d5cd1ed
line wrap: on
line diff
--- a/doodle/dia/icanvas.d	Sun Aug 15 01:02:15 2010 +0930
+++ b/doodle/dia/icanvas.d	Sun Aug 15 01:11:58 2010 +0930
@@ -64,8 +64,7 @@
 
     Rectangle bounds() const;
 
-    void draw(in IViewport viewport,
-              in Rectangle pixelDamage, scope Context pixelCr,
+    void draw(in Rectangle pixelDamage, scope Context pixelCr,
               in Rectangle modelDamage, scope Context modelCr) const;
 
     private {