From bb3a61706171dde799643c62e20f2bd9caeb5984 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Thu, 22 Feb 2018 14:11:51 +0100 Subject: [PATCH] Remove unused Loader --- plugins/BlackBeltPlugin/sidebar/Sidebar.qml | 24 --------------------- 1 file changed, 24 deletions(-) diff --git a/plugins/BlackBeltPlugin/sidebar/Sidebar.qml b/plugins/BlackBeltPlugin/sidebar/Sidebar.qml index 3fd7b3b1b2..91ad55e4dc 100644 --- a/plugins/BlackBeltPlugin/sidebar/Sidebar.qml +++ b/plugins/BlackBeltPlugin/sidebar/Sidebar.qml @@ -298,30 +298,6 @@ Rectangle } } - Loader - { - anchors.bottom: footerSeparator.top - anchors.top: monitoringPrint ? machineSelection.bottom : headerSeparator.bottom - anchors.left: base.left - anchors.right: base.right - source: - { - if(controlItem.sourceComponent == null) - { - if(monitoringPrint) - { - return "PrintMonitor.qml" - } else - { - return "SidebarContents.qml" - } - } - else - { - return "" - } - } - } Rectangle {