mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-10-04 01:28:31 -04:00
removed unused print methods in some RsItems since now print is handled by serializer
This commit is contained in:
parent
34fc132003
commit
4124585b55
6 changed files with 0 additions and 15 deletions
|
@ -64,7 +64,6 @@ public:
|
|||
|
||||
std::string msgData;
|
||||
|
||||
std::ostream &print(std::ostream &out, uint16_t /*indent*/ = 0){ return out; }
|
||||
void clear() { msgData.clear(); }
|
||||
|
||||
};
|
||||
|
@ -79,7 +78,6 @@ public:
|
|||
|
||||
std::string grpData;
|
||||
void clear() { grpData.clear(); }
|
||||
std::ostream &print(std::ostream &out, uint16_t /*indent*/ = 0){ return out; }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue