summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2007-12-24 15:07:49 -0500
committerAdam Jackson <ajax@redhat.com>2008-02-22 15:22:38 -0500
commit24bebdded44a9e184455b4fee7800257fee81efb (patch)
tree8517e45158770cf2c81876a1393ec98c06011539 /fb/fb.h
parentee21aba6be0078949204e315ddfffd99de60c2f1 (diff)
fbFillRegionTiled() is now dead code.
Only ever called from the old PaintWindow* screen hooks, but those are gone now. As a pleasant side effect, fb loses its #ifdef PANORAMIX.
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 5b56d96a2..01000d79c 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -2087,11 +2087,6 @@ fbFillRegionSolid (DrawablePtr pDrawable,
FbBits and,
FbBits xor);
-void
-fbFillRegionTiled (DrawablePtr pDrawable,
- RegionPtr pRegion,
- PixmapPtr pTile);
-
pixman_image_t *image_from_pict (PicturePtr pict,
Bool has_clip);
void free_pixman_pict (PicturePtr, pixman_image_t *);