diff options
| author | Jabiertxof <jtx@jtx> | 2017-05-01 01:56:20 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-05-01 01:56:20 +0000 |
| commit | e4cbfdf98cdfd249e9a0bec145d992f4bf13a32c (patch) | |
| tree | 70d414b864e5baff65192f56095340948e829890 /src/ui | |
| parent | Fix erase lpe in multi LPE mode (diff) | |
| download | inkscape-e4cbfdf98cdfd249e9a0bec145d992f4bf13a32c.tar.gz inkscape-e4cbfdf98cdfd249e9a0bec145d992f4bf13a32c.zip | |
Remove unised signals from previous commit
(bzr r15656)
Diffstat (limited to 'src/ui')
| -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); |
