Fix build warning

This commit is contained in:
David Rowe 2019-09-28 11:42:25 +12:00
parent c79581e93f
commit 3b9884c76f

View file

@ -330,7 +330,6 @@ QObject* TabletScriptingInterface::getFlags() {
//
static const char* TABLET_HOME_SOURCE_URL = "hifi/tablet/TabletHome.qml";
static const char* WEB_VIEW_SOURCE_URL = "hifi/tablet/TabletWebView.qml";
static const char* VRMENU_SOURCE_URL = "hifi/tablet/TabletMenu.qml";
class TabletRootWindow : public QmlWindowClass {