summaryrefslogtreecommitdiffstats
path: root/include/internal/ftobjs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/ftobjs.h')
-rw-r--r--include/internal/ftobjs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/internal/ftobjs.h b/include/internal/ftobjs.h
index 701c850..faa37f8 100644
--- a/include/internal/ftobjs.h
+++ b/include/internal/ftobjs.h
@@ -83,14 +83,6 @@ FT_BEGIN_HEADER
/*
- * Return the highest power of 2 that is <= value; this correspond to
- * the highest bit in a given 32-bit value.
- */
- FT_BASE( FT_UInt32 )
- ft_highpow2( FT_UInt32 value );
-
-
- /*
* character classification functions -- since these are used to parse
* font files, we must not use those in <ctypes.h> which are
* locale-dependent