summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h
deleted file mode 100644
index 2b178b68cc9..00000000000
--- a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/fpgm-prep.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CARYLL_TABLE_FPGM_PREP_H
-#define CARYLL_TABLE_FPGM_PREP_H
-
-#include "otfcc/table/fpgm-prep.h"
-
-table_fpgm_prep *otfcc_readFpgmPrep(const otfcc_Packet packet, const otfcc_Options *options, uint32_t tag);
-void table_dumpTableFpgmPrep(const table_fpgm_prep *table, json_value *root, const otfcc_Options *options,
- const char *tag);
-table_fpgm_prep *otfcc_parseFpgmPrep(const json_value *root, const otfcc_Options *options, const char *tag);
-caryll_Buffer *otfcc_buildFpgmPrep(const table_fpgm_prep *table, const otfcc_Options *options);
-
-#endif