From edbd72f0a4e1e72ebabc40224d52790ab1a460d4 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 9 Aug 2016 17:55:13 +0200 Subject: [PATCH] QmlProfiler: Remove unused constant Change-Id: I1000adaa8b6f5637fd9d5964f7f73a981427c1a0 Reviewed-by: Christian Kandeler --- src/plugins/qmlprofiler/qmlprofilerconstants.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/qmlprofiler/qmlprofilerconstants.h b/src/plugins/qmlprofiler/qmlprofilerconstants.h index 95ef2e4a5e7..10b9fc9f773 100644 --- a/src/plugins/qmlprofiler/qmlprofilerconstants.h +++ b/src/plugins/qmlprofiler/qmlprofilerconstants.h @@ -28,7 +28,6 @@ namespace QmlProfiler { namespace Constants { -const char ATTACH[] = "Menu.Analyzer.Attach"; const char TASK_LOAD[] = "QmlProfiler.TaskLoad"; const char TASK_SAVE[] = "QmlProfiler.TaskSave"; const char FLUSH_ENABLED[] = "Analyzer.QmlProfiler.FlushEnabled";