summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
deleted file mode 100644
index 850204b6d48..00000000000
--- a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/fpgm-prep.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef CARYLL_INCLUDE_TABLE_FPGM_PREP_H
-#define CARYLL_INCLUDE_TABLE_FPGM_PREP_H
-
-#include "table-common.h"
-
-typedef struct {
- sds tag;
- uint32_t length;
- OWNING uint8_t *bytes;
-} table_fpgm_prep;
-
-extern caryll_RefElementInterface(table_fpgm_prep) table_iFpgm_prep;
-
-#endif