summaryrefslogtreecommitdiff
path: root/mfb/mfbbitblt.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-04-22 20:49:50 +0000
committerAdam Jackson <ajax@nwnk.net>2005-04-22 20:49:50 +0000
commit07bd7df6a6a07834277b4bf505db6727841e1153 (patch)
tree3df2c5236977ce10097c74708661014c299878c0 /mfb/mfbbitblt.c
parentd450a70e00b50427ecb2065d3cc44f43d102cade (diff)
Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.
Diffstat (limited to 'mfb/mfbbitblt.c')
-rw-r--r--mfb/mfbbitblt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mfb/mfbbitblt.c b/mfb/mfbbitblt.c
index 0a5b377b7..c10f4f988 100644
--- a/mfb/mfbbitblt.c
+++ b/mfb/mfbbitblt.c
@@ -93,7 +93,6 @@ destination. this is a simple translation.
** and much less overhead. Nice for drawing lots of small pixmaps.
*/
-#ifndef LOWMEMFTPT
void
mfbDoBitblt (pSrc, pDst, alu, prgnDst, pptSrc)
@@ -388,7 +387,6 @@ int dstx, dsty;
return prgnExposed;
}
-#endif /* ifndef LOWMEMFTPT */
/*
* Devices which use mfb for 1-bit pixmap support
@@ -437,7 +435,6 @@ CopyArea().
*/
-#ifndef LOWMEMFTPT
RegionPtr
mfbCopyPlane(pSrcDrawable, pDstDrawable,
@@ -507,4 +504,3 @@ unsigned long plane;
return prgnExposed;
}
-#endif /* ifndef LOWMEMFTPT */