From 15f75aa8e6578cd2a27cadfc11e31b58e2fc6683 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 1 Apr 2023 13:02:50 -0700 Subject: Remove unused function findIndex Found by cppcheck Signed-off-by: Alan Coopersmith --- fonttosfnt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fonttosfnt.h') diff --git a/fonttosfnt.h b/fonttosfnt.h index 63852c5..5a9decc 100644 --- a/fonttosfnt.h +++ b/fonttosfnt.h @@ -165,7 +165,6 @@ BitmapPtr makeBitmap(StrikePtr, int, IndexSubTablePtr makeIndexSubTables(StrikePtr, CmapPtr); int fontIndex(FontPtr, int); CmapPtr makeCmap(FontPtr); -int findIndex(CmapPtr, int); int findCode(CmapPtr, int); BitmapPtr strikeBitmapIndex(StrikePtr, CmapPtr, int); int strikeMaxWidth(StrikePtr); -- cgit v1.2.3