summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-01 16:56:31 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-08-02 08:27:42 +0200
commitbc74ee33930af92291fd6da2f18d44fcbc9c44b8 (patch)
treead3a62d1982a589fb528b9848ffbe11787ce5c32
parent17c88cb2e79bd673a875f8c9654eed6c7adbcbd0 (diff)
downloadqt-creator-bc74ee33930af92291fd6da2f18d44fcbc9c44b8.tar.gz
QmlProfiler: Fix warning about unused variable
Change-Id: I274b844215eeebb33e81bd7df6b07862286fcefe Reviewed-on: http://codereview.qt.nokia.com/2446 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp
index 228b3a9689..4d7fb4abca 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp
@@ -263,11 +263,6 @@ QWidget *QmlProfilerTool::createWidgets()
connect(d->m_callerView, SIGNAL(gotoSourceLocation(QString,int)),
this, SLOT(gotoSourceLocation(QString,int)));
- Core::ICore *core = Core::ICore::instance();
- Core::ActionManager *am = core->actionManager();
- Core::ActionContainer *manalyzer = am->actionContainer(Analyzer::Constants::M_DEBUG_ANALYZER);
- const Core::Context globalcontext(Core::Constants::C_GLOBAL);
-
QDockWidget *eventsDock = AnalyzerManager::createDockWidget
(this, tr("Events"), d->m_eventsView, Qt::BottomDockWidgetArea);
QDockWidget *timelineDock = AnalyzerManager::createDockWidget