Browse Source

Remove unused code & outdated todo comment

CURA-5785
Jaime van Kessel 6 years ago
parent
commit
20b7a925a0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      plugins/PreviewStage/PreviewMenu.qml

+ 0 - 5
plugins/PreviewStage/PreviewMenu.qml

@@ -115,14 +115,9 @@ Item
 
             Loader
             {
-                // TODO: Make this panel collapsable and ensure it has a standardised background.
                 id: viewPanel
-
-                //property var buttonTarget: Qt.point(viewModeButton.x + Math.round(viewModeButton.width / 2), viewModeButton.y + Math.round(viewModeButton.height / 2))
-
                 height: parent.height
                 width: childrenRect.width
-
                 source: UM.Controller.activeView != null && UM.Controller.activeView.stageMenuComponent != null ? UM.Controller.activeView.stageMenuComponent : ""
             }