Code

Warning cleanup
authorcilix42 <cilix42@users.sourceforge.net>
Mon, 8 Sep 2008 14:31:31 +0000 (14:31 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Mon, 8 Sep 2008 14:31:31 +0000 (14:31 +0000)
src/widgets/toolbox.cpp

index 185b8041363d0bc5523605fe675b36e61a366c69..a0fcbcd8670a54cb1cf4d9c5ce8e65abd85454f5 100644 (file)
@@ -5003,7 +5003,6 @@ lpetool_open_lpe_dialog (GtkToggleAction *act, gpointer data) {
     SPDesktop *desktop = static_cast<SPDesktop *>(data);
 
     if (tools_isactive(desktop, TOOLS_LPETOOL)) {
-        SPLPEToolContext *lc = SP_LPETOOL_CONTEXT(desktop->event_context);
         sp_action_perform(Inkscape::Verb::get(SP_VERB_DIALOG_LIVE_PATH_EFFECT)->get_action(desktop), NULL);
     }
     gtk_toggle_action_set_active(act, false);