diff --git a/interface/resources/qml/AssetServer.qml b/interface/resources/qml/AssetServer.qml index 8db7d7b3dd..df3612050b 100644 --- a/interface/resources/qml/AssetServer.qml +++ b/interface/resources/qml/AssetServer.qml @@ -235,16 +235,6 @@ Window { onClicked: root.reload() } - HifiControls.GlyphButton { - glyph: hifi.glyphs.reload - color: hifi.buttons.white - colorScheme: root.colorScheme - height: 26 - width: 26 - - onClicked: root.copyURLToClipboard() - } - HifiControls.Button { text: "ADD TO WORLD" color: hifi.buttons.white