diff options
| author | John Bintz <me@johnbintz.com> | 2007-02-25 16:34:50 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2007-02-25 16:34:50 +0000 |
| commit | 0050b297cdc3512b40b9cab9dcd19c30678e57ea (patch) | |
| tree | 1fc73274cd7248d4c0b271f244fa3f7df5aac5bd /src | |
| parent | Fix some memory issues with food fill (diff) | |
| download | inkscape-0050b297cdc3512b40b9cab9dcd19c30678e57ea.tar.gz inkscape-0050b297cdc3512b40b9cab9dcd19c30678e57ea.zip | |
Remove item handler from flood fill tool
(bzr r2439)
Diffstat (limited to 'src')
| -rw-r--r-- | src/flood-context.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 4530aa453..7cb0b15f6 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -513,10 +513,6 @@ static gint sp_flood_context_item_handler(SPEventContext *event_context, SPItem switch (event->type) { case GDK_BUTTON_PRESS: - if ( event->button.button == 1 ) { - sp_flood_do_flood_fill(event_context, event); - ret = TRUE; - } break; // motion and release are always on root (why?) default: |
