mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
Remove a bunch of deadcode
RsSerializable already provide std::ostream &operator<< Add deprecation notice for RsNotify
This commit is contained in:
parent
b1285a5de7
commit
de0dd63e3f
17 changed files with 27 additions and 378 deletions
|
@ -88,10 +88,6 @@ struct RsPeerServiceInfo : RsSerializable
|
|||
}
|
||||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &out, const RsPeerServiceInfo &info);
|
||||
std::ostream &operator<<(std::ostream &out, const RsServiceInfo &info);
|
||||
|
||||
|
||||
struct RsServicePermissions : RsSerializable
|
||||
{
|
||||
RsServicePermissions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue