summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh')
-rw-r--r--Build/source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh b/Build/source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh
deleted file mode 100644
index 75f2527897f..00000000000
--- a/Build/source/texk/lcdf-typetools/lcdf-typetools-src/cfftot1/maket1font.hh
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef EFONT_MAKET1FONT_HH
-#define EFONT_MAKET1FONT_HH
-#include <efont/cff.hh>
-namespace Efont {
-class Type1Font;
-}
-
-Efont::Type1Font *create_type1_font(Efont::Cff::Font *, ErrorHandler *);
-
-#endif