mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 07:00:57 -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();
|
||||
delete w ;
|
||||
|
||||
#ifdef RS_WEBUI
|
||||
WebuiPage::checkShutdownWebui();
|
||||
#endif
|
||||
|
||||
#ifdef RS_JSONAPI
|
||||
JsonApiPage::checkShutdownJsonApi();
|
||||
#endif // RS_JSONAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue