Code

Remove debug code from flood-context.cpp
[inkscape.git] / src / flood-context.cpp
index d91c2d0b8ac54f0ca66fe651c54986efdc5b3dee..a6ef8a266b846f7e0b81c0098cb5a0d33c18bf24 100644 (file)
@@ -496,15 +496,6 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even
       }
     }
     
-    GdkPixbuf* pixbuft = gdk_pixbuf_new_from_data(px,
-                                      GDK_COLORSPACE_RGB,
-                                      TRUE,
-                                      8, width, height, width * 4,
-                                      (GdkPixbufDestroyNotify)g_free,
-                                      NULL);
-                                      
-    gdk_pixbuf_save(pixbuft, "sample.png", "png", NULL, NULL);
-    
     g_free(px);
     
     if (aborted) {