From b842936ae7674e4d4495ba7d4e59dc072a880d9d Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 24 Nov 2019 15:47:41 +0100 Subject: [PATCH] removed webUI shutdown when quiting because it duplicates jsonapi shutdown. --- retroshare-gui/src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/retroshare-gui/src/main.cpp b/retroshare-gui/src/main.cpp index aa1d90dc1..d0d68b2dc 100644 --- a/retroshare-gui/src/main.cpp +++ b/retroshare-gui/src/main.cpp @@ -589,10 +589,6 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO); int ti = rshare.exec(); delete w ; -#ifdef RS_WEBUI - WebuiPage::checkShutdownWebui(); -#endif - #ifdef RS_JSONAPI JsonApiPage::checkShutdownJsonApi(); #endif // RS_JSONAPI