aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/GpgFrontendApplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/GpgFrontendApplication.cpp')
-rw-r--r--src/ui/GpgFrontendApplication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendApplication.cpp b/src/ui/GpgFrontendApplication.cpp
index 57b36152..2045746f 100644
--- a/src/ui/GpgFrontendApplication.cpp
+++ b/src/ui/GpgFrontendApplication.cpp
@@ -65,7 +65,6 @@ GpgFrontendApplication *GpgFrontendApplication::GetInstance(int argc,
if (instance != nullptr) {
instance->quit();
delete instance;
- } else {
}
instance = new GpgFrontendApplication(static_argc, static_argv);
}