From: johncoswell Date: Sun, 25 Feb 2007 16:34:50 +0000 (+0000) Subject: Remove item handler from flood fill tool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=63d5077cf3a50b46f66ad65b2e8583409157ec38;p=inkscape.git Remove item handler from flood fill tool --- 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: