From 26f07c62a0ab1b265816e32e1b99bae22d55eb8d Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Tue, 18 Oct 2022 16:32:59 +0200 Subject: [PATCH] Core: Remove unused Key Change-Id: Ic3e9e7b994e010fe1b65b8273e74124dc957bdef Reviewed-by: hjk --- src/plugins/coreplugin/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp index 98509845ca5..ea10ebb65ce 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;