remove redundancies in the .pgf format kept for lagacy reasons

This commit is contained in:
Krasimir Angelov
2022-02-08 19:04:08 +01:00
parent 4ee671e59d
commit fdd33b63d9
5 changed files with 6 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ public:
void write_tag(uint8_t t) { write_uint8(t); }
void write_name(PgfText *text);
void write_name(PgfText *text) { write_text(text); };
void write_text(PgfText *text);
template<class V>