summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-01 01:57:42 +0000
committerJabiertxof <jtx@jtx>2017-05-01 01:57:42 +0000
commit269eb5db4a4646a526a5a217f5b90793d5a2fad5 (patch)
tree762561b322fea2c4f23cadb22f548d0f8119e7ac /src/ui
parentUpdate to trunk (diff)
parentRemove unised signals from previous commit (diff)
downloadinkscape-269eb5db4a4646a526a5a217f5b90793d5a2fad5.tar.gz
inkscape-269eb5db4a4646a526a5a217f5b90793d5a2fad5.zip
Update to trunk
(bzr r15620.1.15)
Diffstat (limited to 'src/ui')
-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 f3fec2df4..916c61488 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);