diff options
Diffstat (limited to 'Build/source/texk/ttf2pk/ttfaux.h')
-rw-r--r-- | Build/source/texk/ttf2pk/ttfaux.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/texk/ttf2pk/ttfaux.h b/Build/source/texk/ttf2pk/ttfaux.h deleted file mode 100644 index 6670effe940..00000000000 --- a/Build/source/texk/ttf2pk/ttfaux.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * ttfaux.h - * - * This file is part of the ttf2pk package. - * - * Copyright 1997-1999, 2000 by - * Frederic Loyer <loyer@ensta.fr> - * Werner Lemberg <wl@gnu.org> - */ - -#ifndef TTFAUX_H -#define TTFAUX_H - -#include "ttf2tfm.h" - -void readttf(Font *fnt, Boolean quiet, Boolean only_range); - -#endif /* TTFAUX_H */ - - -/* end */ |