summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype/freetype-1.5/test/textdisp.h')
-rw-r--r--Build/source/libs/freetype/freetype-1.5/test/textdisp.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/Build/source/libs/freetype/freetype-1.5/test/textdisp.h b/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
deleted file mode 100644
index 829fc164804..00000000000
--- a/Build/source/libs/freetype/freetype-1.5/test/textdisp.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/****************************************************************************/
-/* */
-/* The FreeType project -- a free and portable quality TrueType renderer. */
-/* */
-/* Copyright 1996-2001 by */
-/* D. Turner, R.Wilhelm, and W. Lemberg */
-/* */
-/* textdisp.h: Text-mode display component used by some test programs. */
-/* */
-/* This file is used to display glyphs using only text, with ' ' and '*'. */
-/* */
-/****************************************************************************/
-
-#ifndef TEXTDISP_H
-#define TEXTDISP_H
-
-#include "freetype.h" /* TT_Raster_Map */
-
-#ifdef __cplusplus
- extern "C" {
-#endif
-
- void Show_Single_Glyph( const TT_Raster_Map* map );
-
-#ifdef __cplusplus
- }
-#endif
-
-#endif /* TEXTDISP_H */
-
-
-/* End */