remove the deprecated pgf_print_expr_tuple

This commit is contained in:
krangelov
2020-08-14 21:03:48 +02:00
parent 24beed9a95
commit 90fc1d750e
3 changed files with 0 additions and 20 deletions

View File

@@ -229,10 +229,6 @@ PGF_API_DECL void
pgf_print_context(PgfHypos *hypos, PgfPrintContext* ctxt,
GuOut *out, GuExn *err);
PGF_API_DECL void
pgf_print_expr_tuple(size_t n_exprs, PgfExpr exprs[], PgfPrintContext* ctxt,
GuOut* out, GuExn* err);
PGF_API PgfLiteral
pgf_clone_literal(PgfLiteral lit, GuPool* pool);