removed webUI shutdown when quiting because it duplicates jsonapi shutdown.

This commit is contained in:
csoler 2019-11-24 15:47:41 +01:00
parent ef76b571c8
commit b842936ae7
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -589,10 +589,6 @@ feenableexcept(FE_INVALID | FE_DIVBYZERO);
int ti = rshare.exec(); int ti = rshare.exec();
delete w ; delete w ;
#ifdef RS_WEBUI
WebuiPage::checkShutdownWebui();
#endif
#ifdef RS_JSONAPI #ifdef RS_JSONAPI
JsonApiPage::checkShutdownJsonApi(); JsonApiPage::checkShutdownJsonApi();
#endif // RS_JSONAPI #endif // RS_JSONAPI