From e4cbfdf98cdfd249e9a0bec145d992f4bf13a32c Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Mon, 1 May 2017 03:56:20 +0200 Subject: Remove unised signals from previous commit (bzr r15656) --- src/ui/dialog/livepatheffect-editor.cpp | 1 - src/ui/dialog/livepatheffect-editor.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3