diff options
author | Deron Johnson <deron.johnson@sun.com> | 2005-02-17 22:44:28 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2005-02-17 22:44:28 +0000 |
commit | 5ad3a2f65742a0098ae099710e5b1f22cbe1ec71 (patch) | |
tree | 5714db865ef00b69cb059f2de7f7ac687238c769 /src/util | |
parent | e521b8425894ae62ebe225af80e8b6f820df6ff8 (diff) | |
download | xorg-lib-libXfont-lg3d-dev-0-7-0.tar.gz |
Joined with branch XORG-6_8_2.lg3d-rel-0-6-2lg3d-masterlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-2lg3d-dev-0-6-1-1
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/utilbitmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/utilbitmap.c b/src/util/utilbitmap.c index d832268..133ad39 100644 --- a/src/util/utilbitmap.c +++ b/src/util/utilbitmap.c @@ -27,8 +27,6 @@ in this Software without prior written authorization from The Open Group. */ /* $XFree86: xc/lib/font/util/utilbitmap.c,v 1.4 2001/01/17 19:43:34 dawes Exp $ */ -#ifndef USE_INTERNAL_FREETYPE - /* * Author: Keith Packard, MIT X Consortium */ @@ -184,5 +182,4 @@ RepadBitmap (char *pSrc, char *pDst, return dstWidthBytes * height; } -#endif /* !USE_INTERNAL_FREETYPE */ |