summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/ligkern.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk2/ligkern.h')
-rw-r--r--Build/source/texk/ttf2pk2/ligkern.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/Build/source/texk/ttf2pk2/ligkern.h b/Build/source/texk/ttf2pk2/ligkern.h
deleted file mode 100644
index 76a77cf9d49..00000000000
--- a/Build/source/texk/ttf2pk2/ligkern.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * ligkern.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 LIGKERN_H
-#define LIGKERN_H
-
-#include "ttf2tfm.h"
-
-
-void checkligkern(char *s, Font *fnt);
-void getligkerndefaults(Font *fnt);
-
-#endif /* LIGKERN_H */
-
-
-/* end */