summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
Diffstat (limited to 'fb')
-rw-r--r--fb/fb.h16
-rw-r--r--fb/fbscreen.c8
2 files changed, 0 insertions, 24 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 4572af612..9c3959551 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -1676,19 +1676,6 @@ fbPushFill (DrawablePtr pDrawable,
int height);
void
-fbPush1toN (DrawablePtr pSrcDrawable,
- DrawablePtr pDstDrawable,
- GCPtr pGC,
- BoxPtr pbox,
- int nbox,
- int dx,
- int dy,
- Bool reverse,
- Bool upsidedown,
- Pixel bitplane,
- void *closure);
-
-void
fbPushImage (DrawablePtr pDrawable,
GCPtr pGC,
@@ -1788,9 +1775,6 @@ fbScreenInit(ScreenPtr pScreen,
int dpiy,
int width,
int bpp);
-
-void
-fbInitializeBackingStore (ScreenPtr pScreen);
/*
* fbseg.c
diff --git a/fb/fbscreen.c b/fb/fbscreen.c
index d7e1d7912..483171cb3 100644
--- a/fb/fbscreen.c
+++ b/fb/fbscreen.c
@@ -242,14 +242,6 @@ fbFinishScreenInit(ScreenPtr pScreen,
pScreen->CreateScreenResources = fb24_32CreateScreenResources;
}
#endif
-#if 0
- /* leave backing store initialization to the enclosing code so
- * it can choose the correct order of wrappers
- */
- /* init backing store here so we can overwrite CloseScreen without stepping
- * on the backing store wrapped version */
- fbInitializeBackingStore (pScreen);
-#endif
return TRUE;
}