Remove unused tests for backgroundColor.

This commit is contained in:
Kasen IO 2020-08-15 00:57:10 -04:00
parent cd5bdf6160
commit 2590dfbaa7
3 changed files with 0 additions and 3 deletions

View file

@ -8,7 +8,6 @@ WebView {
id: webview
url: "https://vircadia.com/"
profile: FileTypeProfile;
// backgroundColor: "transparent"
property var parentRoot: null

View file

@ -10,7 +10,6 @@ Controls.WebView {
anchors.fill: parent
focus: true
profile: HFWebEngineProfile;
// backgroundColor: "transparent"
property string userScriptUrl: ""

View file

@ -43,7 +43,6 @@ Item {
id: webroot
width: parent.width
height: keyboardEnabled && keyboardRaised ? parent.height - keyboard.height : parent.height
// backgroundColor: "transparent"
onLoadingChangedCallback: {
keyboardRaised = false;