summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h
deleted file mode 100644
index 3d96bdde895..00000000000
--- a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/CPAL.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef CARYLL_TABLE_CPAL_H
-#define CARYLL_TABLE_CPAL_H
-
-#include "otfcc/table/CPAL.h"
-
-table_CPAL *otfcc_readCPAL(const otfcc_Packet packet, const otfcc_Options *options);
-void otfcc_dumpCPAL(const table_CPAL *table, json_value *root, const otfcc_Options *options);
-table_CPAL *otfcc_parseCPAL(const json_value *root, const otfcc_Options *options);
-caryll_Buffer *otfcc_buildCPAL(const table_CPAL *cpal, const otfcc_Options *options);
-
-#endif