mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-25 09:11:28 -05:00
removed webUI shutdown when quiting because it duplicates jsonapi shutdown.
This commit is contained in:
parent
ef76b571c8
commit
b842936ae7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user