mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
removed webUI shutdown when quiting because it duplicates jsonapi shutdown.
This commit is contained in:
parent
ef76b571c8
commit
b842936ae7
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue