diff options
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 1 | ||||
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.h | 1 |
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); |
