diff options
| author | John Bintz <me@johnbintz.com> | 2007-02-27 04:21:46 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2007-02-27 04:21:46 +0000 |
| commit | c81e559bc7f732893923fdbcd33df1f97de82c7c (patch) | |
| tree | d4eec1cab3289317e0db776fff48bcdbd928cd7a /src/flood-context.cpp | |
| parent | more comments on cairo's and our own woes (diff) | |
| download | inkscape-c81e559bc7f732893923fdbcd33df1f97de82c7c.tar.gz inkscape-c81e559bc7f732893923fdbcd33df1f97de82c7c.zip | |
Remove debug code from flood-context.cpp
(bzr r2456)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index d91c2d0b8..a6ef8a266 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -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) { |
