summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/malayalam/preproc/trs.h')
-rw-r--r--Master/texmf-dist/source/fonts/malayalam/preproc/trs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h b/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
deleted file mode 100644
index ce5b29932f9..00000000000
--- a/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#ifndef TRS_HEADER_READ
-#define TRS_HEADER_READ
-
-#include "pstree.h"
-#include "readfile.h"
-
-typedef struct
-{ PSTree *p;
- string_list *atbegin;
- string_list *atend;
-} trs_table;
-
-/* public operations */
-
-trs_table *read_trs(char *filename);
-
-#endif