summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-05-04 22:59:15 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-05-04 22:59:15 +0000
commitb096ed91beaa09eb06b07ef948eeb6207bd3c5e4 (patch)
treef355c0ab73bd56705dfc35e33bdf9c0009803462 /src
parentca5602cde91fc78f54ebe9f08c11a44a9372a652 (diff)
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=595 -XACE-SELINUX-MERGE
RFE: Retire XTT font module and FreeType1 from xorg tree. The functionality of XTT has been integrated into the FreeType font module and the old XTT1.x code (incl. FreeType1 in xc/extras/) is no longer needed anymore.
Diffstat (limited to 'src')
-rw-r--r--src/fontfile/ffcheck.c3
-rw-r--r--src/fontfile/register.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/fontfile/ffcheck.c b/src/fontfile/ffcheck.c
index 8a97a6e..5a6843b 100644
--- a/src/fontfile/ffcheck.c
+++ b/src/fontfile/ffcheck.c
@@ -137,9 +137,6 @@ FontFileCheckRegisterFpeFunctions (void)
#ifdef BUILD_FREETYPE
FreeTypeRegisterFontFileFunctions();
#endif
-#ifdef BUILD_XTRUETYPE
- XTrueTypeRegisterFontFileFunctions();
-#endif
#endif /* ifndef LOWMEMFTPT */
diff --git a/src/fontfile/register.c b/src/fontfile/register.c
index 4bc7b8a..7c1c9d3 100644
--- a/src/fontfile/register.c
+++ b/src/fontfile/register.c
@@ -63,9 +63,6 @@ FontFileRegisterFpeFunctions(void)
#ifdef BUILD_FREETYPE
FreeTypeRegisterFontFileFunctions();
#endif
-#ifdef BUILD_XTRUETYPE
- XTrueTypeRegisterFontFileFunctions();
-#endif
#endif /* ifndef LOWMEMFTPT */