aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/splash_overlay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/splash_overlay.cpp')
-rw-r--r--ui/qt/splash_overlay.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/qt/splash_overlay.cpp b/ui/qt/splash_overlay.cpp
index 2b9785c55f..dca2111425 100644
--- a/ui/qt/splash_overlay.cpp
+++ b/ui/qt/splash_overlay.cpp
@@ -173,9 +173,6 @@ void SplashOverlay::splashUpdate(register_action_e action, const char *message)
case RA_INTERFACES:
action_msg = tr("Finding local interfaces");
break;
- case RA_CONFIGURATION:
- action_msg = tr("Loading configuration files");
- break;
default:
action_msg = tr("(Unknown action)");
break;