drop the symbol_meta method

This commit is contained in:
krangelov
2021-12-09 08:56:32 +01:00
parent 72982d2344
commit 09de911499
6 changed files with 1 additions and 25 deletions

View File

@@ -740,8 +740,3 @@ void PgfLinearizationOutput::symbol_bind()
{
bind = true;
}
void PgfLinearizationOutput::symbol_meta(PgfMetaId id)
{
printer.nprintf(32, "?%d", id);
}