mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-20 21:04:50 -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
|
@ -60,11 +60,6 @@ void RsFeedReaderFeed::clear()
|
|||
content.clear();
|
||||
}
|
||||
|
||||
std::ostream &RsFeedReaderFeed::print(std::ostream &out, uint16_t /*indent*/)
|
||||
{
|
||||
return out;
|
||||
}
|
||||
|
||||
uint32_t RsFeedReaderSerialiser::sizeFeed(RsFeedReaderFeed *item)
|
||||
{
|
||||
uint32_t s = 8; /* header */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue