summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-01 01:56:20 +0000
committerJabiertxof <jtx@jtx>2017-05-01 01:56:20 +0000
commite4cbfdf98cdfd249e9a0bec145d992f4bf13a32c (patch)
tree70d414b864e5baff65192f56095340948e829890 /src
parentFix erase lpe in multi LPE mode (diff)
downloadinkscape-e4cbfdf98cdfd249e9a0bec145d992f4bf13a32c.tar.gz
inkscape-e4cbfdf98cdfd249e9a0bec145d992f4bf13a32c.zip
Remove unised signals from previous commit
(bzr r15656)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp1
-rw-r--r--src/ui/dialog/livepatheffect-editor.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index d81ab6e6c..45fde9096 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -185,7 +185,6 @@ LivePathEffectEditor::~LivePathEffectEditor()
if (current_desktop) {
selection_changed_connection.disconnect();
selection_modified_connection.disconnect();
- selection_moved_connection.disconnect();
}
}
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h
index e9769ffea..b18d434c5 100644
--- a/src/ui/dialog/livepatheffect-editor.h
+++ b/src/ui/dialog/livepatheffect-editor.h
@@ -63,7 +63,6 @@ private:
sigc::connection desktopChangeConn;
sigc::connection selection_changed_connection;
sigc::connection selection_modified_connection;
- sigc::connection selection_moved_connection;
// void add_entry(const char* name );
void effect_list_reload(SPLPEItem *lpeitem);