From 8b9c2cde63489e863fe74b2e0f2f22163016af72 Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Wed, 6 Jan 2016 15:29:05 -0800 Subject: [PATCH] fix warnings --- libraries/ui/src/QmlWindowClass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/ui/src/QmlWindowClass.cpp b/libraries/ui/src/QmlWindowClass.cpp index 956a5a42c7..0dafc84d29 100644 --- a/libraries/ui/src/QmlWindowClass.cpp +++ b/libraries/ui/src/QmlWindowClass.cpp @@ -90,7 +90,6 @@ QScriptValue QmlWindowClass::internalConstructor(const QString& qmlSource, QString url; QString title; int width = 100, height = 100; - bool isToolWindow = false; bool visible = true; if (argumentCount > 1) {