mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 20:08:30 -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
|
@ -151,11 +151,9 @@ struct RsGxsIdGroup : RsSerializable
|
|||
RsGenericSerializer::SerializeContext& ctx ) override;
|
||||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &out, const RsGxsIdGroup &group);
|
||||
|
||||
// DATA TYPE FOR EXTERNAL INTERFACE.
|
||||
|
||||
struct RsRecognTag
|
||||
struct RS_DEPRECATED RsRecognTag
|
||||
{
|
||||
RsRecognTag(uint16_t tc, uint16_t tt, bool v) :
|
||||
tag_class(tc), tag_type(tt), valid(v) {}
|
||||
|
@ -166,7 +164,7 @@ struct RsRecognTag
|
|||
};
|
||||
|
||||
|
||||
struct RsRecognTagDetails
|
||||
struct RS_DEPRECATED RsRecognTagDetails
|
||||
{
|
||||
RsRecognTagDetails() :
|
||||
valid_from(0), valid_to(0), tag_class(0), tag_type(0), is_valid(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue