aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/mainwindow.cpp
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2022-10-18 16:32:59 +0200
committerMarcus Tillmanns <marcus.tillmanns@qt.io>2022-12-09 11:15:39 +0000
commit26f07c62a0ab1b265816e32e1b99bae22d55eb8d (patch)
treeadbcfbbfcd36e27445ae6722afb8a49b207431d8 /src/plugins/coreplugin/mainwindow.cpp
parentcd129309530dea116d4216ebeb2504ad19891a29 (diff)
Core: Remove unused Key
Change-Id: Ic3e9e7b994e010fe1b65b8273e74124dc957bdef Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/mainwindow.cpp')
-rw-r--r--src/plugins/coreplugin/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp
index 98509845ca..ea10ebb65c 100644
--- a/src/plugins/coreplugin/mainwindow.cpp
+++ b/src/plugins/coreplugin/mainwindow.cpp
@@ -108,7 +108,6 @@ static const char askBeforeExitKey[] = "AskBeforeExit";
static const char windowGeometryKey[] = "WindowGeometry";
static const char windowStateKey[] = "WindowState";
static const char modeSelectorLayoutKey[] = "ModeSelectorLayout";
-static const char openFromDeviceDialogKey[] = "OpenFromDeviceDialog";
static const bool askBeforeExitDefault = false;