summaryrefslogtreecommitdiff
path: root/mi/mibstore.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-30 19:16:14 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-30 19:16:14 +0000
commit291e89d4f2a4bb3177b2dfe6421680e23f120b8e (patch)
tree7bc1818c4774751696b1d0cc3b568c883c2184a8 /mi/mibstore.c
parentfdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1 (diff)
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Diffstat (limited to 'mi/mibstore.c')
-rw-r--r--mi/mibstore.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/mi/mibstore.c b/mi/mibstore.c
index 99985f24a..b13ab4fc1 100644
--- a/mi/mibstore.c
+++ b/mi/mibstore.c
@@ -293,9 +293,6 @@ static void miBSPolyGlyphBlt(DrawablePtr pDrawable, GCPtr pGC,
static void miBSPushPixels(GCPtr pGC, PixmapPtr pBitMap,
DrawablePtr pDst, int w, int h,
int x, int y);
-#ifdef NEED_LINEHELPER
-static void miBSLineHelper(void);
-#endif
static GCOps miBSGCOps = {
miBSFillSpans, miBSSetSpans, miBSPutImage,
@@ -305,9 +302,6 @@ static GCOps miBSGCOps = {
miBSPolyFillArc, miBSPolyText8, miBSPolyText16,
miBSImageText8, miBSImageText16, miBSImageGlyphBlt,
miBSPolyGlyphBlt, miBSPushPixels
-#ifdef NEED_LINEHELPER
- , miBSLineHelper
-#endif
};
#define FUNC_PROLOGUE(pGC, pPriv) \
@@ -2235,24 +2229,6 @@ miBSPushPixels(pGC, pBitMap, pDst, w, h, x, y)
EPILOGUE (pGC);
}
-#ifdef NEED_LINEHELPER
-/*-
- *-----------------------------------------------------------------------
- * miBSLineHelper --
- *
- * Results: should never be called
- *
- * Side Effects: server dies
- *
- *-----------------------------------------------------------------------
- */
-static void
-miBSLineHelper()
-{
- FatalError("miBSLineHelper called\n");
-}
-#endif
-
/*-
*-----------------------------------------------------------------------
* miBSClearBackingStore --