Drop libresapi and modules that depends on it

A copy of the repository freezed before this deletion to ease old code
  viewing is available at
  https://github.com/RetroShare/zz_archive_RetroShare_libresapi
Removed some more cruft
Temporarly disabled JSON API generation of RsWebUi methods due to
  compilation breakage when rs_webui is disabled, RsWebUi keeps working
  but cannot be restarted from JSON API
This commit is contained in:
Gioacchino Mazzurco 2019-11-27 23:32:38 +01:00
parent 887e3ad394
commit c73bdb83cd
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
963 changed files with 73 additions and 48608 deletions

View file

@ -26,9 +26,10 @@ class RsWebUi;
/**
* Pointer to global instance of RsWebUi service implementation
* @jsonapi{development}
* jsonapi_temporarly_disabled{development} because it breaks compilation when
* webui is disabled
*/
extern RsWebUi* rsWebUI;
extern RsWebUi* rsWebUi;
class RsWebUi
{