mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -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
|
@ -358,8 +358,6 @@ struct RsGroupInfo : RsSerializable
|
|||
}
|
||||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &out, const RsPeerDetails &detail);
|
||||
|
||||
/** The Main Interface Class - for information about your Peers
|
||||
* A peer is another RS instance, means associated with an SSL certificate
|
||||
* A same GPG person can have multiple peer running with different SSL certs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue