summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/ftlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttf2pk2/ftlib.c')
-rw-r--r--Build/source/texk/ttf2pk2/ftlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/ttf2pk2/ftlib.c b/Build/source/texk/ttf2pk2/ftlib.c
index 5a45d7b15ef..ffe3827b7ff 100644
--- a/Build/source/texk/ttf2pk2/ftlib.c
+++ b/Build/source/texk/ttf2pk2/ftlib.c
@@ -93,6 +93,7 @@ get_UShort(void)
return (FT_UShort) cc;
}
+#if 0 /* unised */
static FT_Short
get_Short(void)
{
@@ -101,6 +102,7 @@ get_Short(void)
cc |= get_Byte();
return (FT_Short) cc;
}
+#endif
static FT_ULong
get_ULong(void)
@@ -113,6 +115,7 @@ get_ULong(void)
return (FT_ULong) cc;
}
+#if 0 /* unised */
static FT_Long
get_Long(void)
{
@@ -123,6 +126,7 @@ get_Long(void)
cc |= get_Byte();
return (FT_Long) cc;
}
+#endif
#if 0
FT_UShort in_string[2];