Browse Source

Remove unused code.

Contributes to CURA-5786.
Diego Prado Gesto 6 years ago
parent
commit
059e681de5

+ 0 - 1
resources/qml/ActionPanel/OutputDevicesActionButton.qml

@@ -74,7 +74,6 @@ Item
                     {
                         text: model.description
                         color: "transparent"
-                        outlineColor: "transparent"
                         cornerRadius: 0
                         hoverColor: UM.Theme.getColor("primary")
 

+ 0 - 1
resources/qml/ActionPanel/PrintJobInformation.qml

@@ -58,7 +58,6 @@ Column
                     }
                 }
                 text += "</table>"
-                print(text)
                 return text
             }
 

+ 0 - 8
resources/qml/Cura.qml

@@ -314,14 +314,6 @@ UM.MainWindow
                 anchors.bottom: parent.bottom
                 anchors.rightMargin: UM.Theme.getSize("thick_margin").width
                 anchors.bottomMargin: UM.Theme.getSize("thick_margin").height
-//                onShowTooltip:
-//                {
-//                    base.showTooltip(item, location, text)
-//                }
-//                onHideTooltip:
-//                {
-//                    base.hideTooltip()
-//                }
             }
 
             Loader