summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h
deleted file mode 100644
index f76244c5495..00000000000
--- a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/otl/subtables/gsub-ligature.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef CARYLL_TABLE_OTL_GSUB_LIGATURE_H
-#define CARYLL_TABLE_OTL_GSUB_LIGATURE_H
-
-#include "common.h"
-
-otl_Subtable *otl_read_gsub_ligature(const font_file_pointer data, uint32_t tableLength,
- uint32_t subtableOffset, const glyphid_t maxGlyphs,
- const otfcc_Options *options);
-json_value *otl_gsub_dump_ligature(const otl_Subtable *_subtable);
-otl_Subtable *otl_gsub_parse_ligature(const json_value *_subtable, const otfcc_Options *options);
-caryll_Buffer *otfcc_build_gsub_ligature_subtable(const otl_Subtable *_subtable, otl_BuildHeuristics heuristics);
-
-#endif