removed unused print methods in some RsItems since now print is handled by serializer

This commit is contained in:
csoler 2020-02-29 12:14:37 +01:00
parent 34fc132003
commit 4124585b55
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
6 changed files with 0 additions and 15 deletions

View file

@ -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; }
};