diff options
| author | krangelov <kr.angelov@gmail.com> | 2020-08-14 21:03:48 +0200 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2020-08-14 21:03:48 +0200 |
| commit | 90fc1d750ed21e78e10a37c0699b27665bda0c47 (patch) | |
| tree | bc1339bc50831fe0680146321c95677720e2137b /src/runtime/c/pgf/expr.h | |
| parent | 24beed9a953432565d9577620b7c0f51bb2824c3 (diff) | |
remove the deprecated pgf_print_expr_tuple
Diffstat (limited to 'src/runtime/c/pgf/expr.h')
| -rw-r--r-- | src/runtime/c/pgf/expr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 59af969ec..9a5d483a5 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -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); |
