mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 16:05:48 -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
|
@ -181,8 +181,6 @@ public:
|
|||
{}
|
||||
|
||||
void clear() {}
|
||||
std::ostream &print(std::ostream &out, uint16_t /*indent = 0*/)
|
||||
{ return out; }
|
||||
};
|
||||
|
||||
class RsGxsTransSerializer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue