From 777b9e88b26dd76cd1d5fdbd9572a7ed51e47d80 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 30 Jun 2014 22:12:18 +0300 Subject: [PATCH] QmlDesigner: Remove unused variable Change-Id: Ia8803c99a936bc85b93aa0bfe019257b8f8f0135 Reviewed-by: Alessandro Portale Reviewed-by: Marco Bubke --- src/plugins/qmldesigner/componentsplugin/componentsplugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmldesigner/componentsplugin/componentsplugin.cpp b/src/plugins/qmldesigner/componentsplugin/componentsplugin.cpp index 9aee25f6e07..81b7f605067 100644 --- a/src/plugins/qmldesigner/componentsplugin/componentsplugin.cpp +++ b/src/plugins/qmldesigner/componentsplugin/componentsplugin.cpp @@ -44,7 +44,6 @@ namespace QmlDesigner { ComponentsPlugin::ComponentsPlugin() { TabViewIndexModel::registerDeclarativeType(); - DesignerActionManager *actionManager = &QmlDesignerPlugin::instance()->viewManager().designerActionManager(); } QString ComponentsPlugin::pluginName() const