diff options
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index b42921f09..3913d9fd2 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -74,13 +74,6 @@ pgf_load_meta_child_probs(PgfPGF*, const char* fpath, GuPool* pool); typedef struct PgfConcr PgfConcr; -void -pgf_set_item_quota(PgfConcr* concr, int quota); - -int -pgf_get_item_quota(PgfConcr* concr); - - #include <gu/type.h> extern GU_DECLARE_TYPE(PgfPGF, struct); |
