summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-08 14:31:31 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-08 14:31:31 +0000
commitc312942487225194b7a4ef06bf6127031c54587f (patch)
treece5ffd8d6534ae677b4b57401dc0b956f9666d43 /src/widgets/toolbox.cpp
parentSlightly smaller page size entries (diff)
downloadinkscape-c312942487225194b7a4ef06bf6127031c54587f.tar.gz
inkscape-c312942487225194b7a4ef06bf6127031c54587f.zip
Warning cleanup
(bzr r6780)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 185b80413..a0fcbcd86 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -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);