From 3377ed0e6e6ee712339d1574e5405605c2145881 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Thu, 10 Jan 2019 15:55:25 +0100 Subject: [PATCH] Remove some unused code Contributes to CL-1165 --- plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml b/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml index 4bcfade1f5..4430a6a30a 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml @@ -214,13 +214,6 @@ Popup break case "down": availableSpace = targetPosition.y - // if (availableSpace < realHeight) - // { - // if (direction != originalDirection) - // { - - // } - // } direction = availableSpace < realHeight ? "up" : originalDirection break case "right":