| Index: src/sfnt/ttsbit.h
|
| diff --git a/src/sfnt/ttsbit.h b/src/sfnt/ttsbit.h
|
| index 7ea2af1843672951df3aae15e878a79dcae060f4..ea0b5f8adae452458fcd4aae0543d67301161760 100644
|
| --- a/src/sfnt/ttsbit.h
|
| +++ b/src/sfnt/ttsbit.h
|
| @@ -4,7 +4,7 @@
|
| /* */
|
| /* TrueType and OpenType embedded bitmap support (specification). */
|
| /* */
|
| -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by */
|
| +/* Copyright 1996-2008, 2013 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -45,22 +45,6 @@ FT_BEGIN_HEADER
|
| FT_ULong strike_index,
|
| FT_Size_Metrics* metrics );
|
|
|
| -#ifdef FT_CONFIG_OPTION_OLD_INTERNALS
|
| - FT_LOCAL( FT_Error )
|
| - tt_find_sbit_image( TT_Face face,
|
| - FT_UInt glyph_index,
|
| - FT_ULong strike_index,
|
| - TT_SBit_Range *arange,
|
| - TT_SBit_Strike *astrike,
|
| - FT_ULong *aglyph_offset );
|
| -
|
| - FT_LOCAL( FT_Error )
|
| - tt_load_sbit_metrics( FT_Stream stream,
|
| - TT_SBit_Range range,
|
| - TT_SBit_Metrics metrics );
|
| -
|
| -#endif /* FT_CONFIG_OPTION_OLD_INTERNALS */
|
| -
|
| FT_LOCAL( FT_Error )
|
| tt_face_load_sbit_image( TT_Face face,
|
| FT_ULong strike_index,
|
|
|