Debugger: remove unused variable

Change-Id: I7cddb9cd8ec3b058e04409e6a56490297660ed03
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2020-04-30 07:53:38 +02:00
parent 626807c94e
commit 7d429c54e3

View File

@@ -69,8 +69,6 @@ static Q_LOGGING_CATEGORY(perspectivesLog, "qtc.utils.perspectives", QtWarningMs
namespace Utils { namespace Utils {
const int SettingsVersion = 3;
const char LAST_PERSPECTIVE_KEY[] = "LastPerspective"; const char LAST_PERSPECTIVE_KEY[] = "LastPerspective";
const char MAINWINDOW_KEY[] = "Debugger.MainWindow"; const char MAINWINDOW_KEY[] = "Debugger.MainWindow";
const char AUTOHIDE_TITLEBARS_KEY[] = "AutoHideTitleBars"; const char AUTOHIDE_TITLEBARS_KEY[] = "AutoHideTitleBars";