aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas
diff options
context:
space:
mode:
Diffstat (limited to 'libgnomecanvas')
-rw-r--r--libgnomecanvas/gnome-canvas.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgnomecanvas/gnome-canvas.c b/libgnomecanvas/gnome-canvas.c
index c335b9faa6..7188c77bcd 100644
--- a/libgnomecanvas/gnome-canvas.c
+++ b/libgnomecanvas/gnome-canvas.c
@@ -3226,8 +3226,6 @@ paint (GnomeCanvas *canvas)
visible_rect.x1 = visible_rect.x0 + allocation.width;
visible_rect.y1 = visible_rect.y0 + allocation.height;
- region = gdk_region_new ();
-
for (i = 0; i < n_rects; i++) {
ArtIRect clipped;