diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:53:09 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:53:09 +0000 |
commit | b56eb370fde680bd0d6391e1369fc8220fa21219 (patch) | |
tree | eefd41c1812456af11591d10341871212bd56f06 | |
parent | d3b33488e2fcab2fda93555ea7ec69128906125b (diff) |
Import changes from XORG-6.8.2CYGWIN-6_8_2-MERGE
-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 */ |