From 7d429c54e3c32e90cc2cd0e13df5288111bd4577 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 30 Apr 2020 07:53:38 +0200 Subject: [PATCH] Debugger: remove unused variable Change-Id: I7cddb9cd8ec3b058e04409e6a56490297660ed03 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 ed33870ed54..1c404a22b2d 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";