From 512ef0bfb6e8a671be141e163c91390380bceb14 Mon Sep 17 00:00:00 2001 From: Josh Andler Date: Fri, 25 Apr 2014 17:18:51 -0700 Subject: Fix warning from previous commit. (bzr r13307) --- src/sp-lpe-item.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp index 6e58f7cd4..f59bc33ee 100644 --- a/src/sp-lpe-item.cpp +++ b/src/sp-lpe-item.cpp @@ -424,11 +424,9 @@ void SPLPEItem::addPathEffect(gchar *value, bool reset) sp_lpe_item_update_patheffect(this, true, true); //fix bug 1219324 - Inkscape::UI::Tools::NodeTool *tool = 0; if (SP_ACTIVE_DESKTOP ) { Inkscape::UI::Tools::ToolBase *ec = SP_ACTIVE_DESKTOP->event_context; if (INK_IS_NODE_TOOL(ec)) { - tool = static_cast(ec); tools_switch(SP_ACTIVE_DESKTOP, TOOLS_LPETOOL); //mhh tools_switch(SP_ACTIVE_DESKTOP, TOOLS_NODES); } -- cgit v1.2.3