summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h
deleted file mode 100644
index 3e692a5a455..00000000000
--- a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/vhea.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef CARYLL_TABLE_VHEA_H
-#define CARYLL_TABLE_VHEA_H
-
-#include "otfcc/table/vhea.h"
-
-table_vhea *otfcc_readVhea(const otfcc_Packet packet, const otfcc_Options *options);
-void otfcc_dumpVhea(const table_vhea *table, json_value *root, const otfcc_Options *options);
-table_vhea *otfcc_parseVhea(const json_value *root, const otfcc_Options *options);
-caryll_Buffer *otfcc_buildVhea(const table_vhea *vhea, const otfcc_Options *options);
-
-#endif