From 6ad4cf4695b42db933b89bf41d6dda6710c36b09 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Thu, 23 Apr 2020 12:25:19 +0200 Subject: [PATCH] Debugger: Remove unused variable Change-Id: Ib6e2c2078ff655ca2ca7c841e5f6415f0d63ef6c Reviewed-by: hjk --- src/plugins/debugger/debuggermainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/debugger/debuggermainwindow.cpp b/src/plugins/debugger/debuggermainwindow.cpp index 700fec61081..67307871079 100644 --- a/src/plugins/debugger/debuggermainwindow.cpp +++ b/src/plugins/debugger/debuggermainwindow.cpp @@ -69,8 +69,6 @@ static Q_LOGGING_CATEGORY(perspectivesLog, "qtc.utils.perspectives", QtWarningMs namespace Utils { -const int SettingsVersion = 3; - const char LAST_PERSPECTIVE_KEY[] = "LastPerspective"; const char MAINWINDOW_KEY[] = "Debugger.MainWindow"; const char AUTOHIDE_TITLEBARS_KEY[] = "AutoHideTitleBars";