From 7632b9df79ef992af3f2c04293c29819db1fb74f Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 9 May 2017 10:27:50 +0200 Subject: [PATCH] Removed unused connection --- plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml index c3c7249155..3e78670e02 100644 --- a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml +++ b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml @@ -141,14 +141,6 @@ Item { storeIndex: 0 removeUnusedValue: false } - - // If the extruder by which the object needs to be printed is changed, ensure that the - // display is also notified of the fact. - Connections - { - target: extruderSelector - onActivated: provider.forcePropertiesChanged() - } } } }