summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh')
-rw-r--r--Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh b/Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh
deleted file mode 100644
index 34b9c9c5a22..00000000000
--- a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/t1reencode/util.hh
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef T1REENCODE_UTIL_HH
-#define T1REENCODE_UTIL_HH
-#include <lcdf/string.hh>
-class ErrorHandler;
-
-String read_file(String filename, ErrorHandler *, bool warn = false);
-String printable_filename(const String &);
-String pathname_filename(const String &);
-
-#endif