diff options
author | Adam Jackson <ajax@redhat.com> | 2007-12-24 15:07:49 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-02-22 15:22:38 -0500 |
commit | 24bebdded44a9e184455b4fee7800257fee81efb (patch) | |
tree | 8517e45158770cf2c81876a1393ec98c06011539 /hw/kdrive | |
parent | ee21aba6be0078949204e315ddfffd99de60c2f1 (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 'hw/kdrive')
-rw-r--r-- | hw/kdrive/src/kaa.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hw/kdrive/src/kaa.c b/hw/kdrive/src/kaa.c index e75b08399..db09e9dba 100644 --- a/hw/kdrive/src/kaa.c +++ b/hw/kdrive/src/kaa.c @@ -996,18 +996,6 @@ kaaFillRegionSolid (DrawablePtr pDrawable, kaaDrawableDirty (pDrawable); } -#if 0 -static void -kaaFillRegionTiled (DrawablePtr pDrawable, - RegionPtr pRegion, - Pixmap pTile) -{ - else - { - kaaWaitSync -} -#endif - Bool kaaDrawInit (ScreenPtr pScreen, KaaScreenInfoPtr pScreenInfo) |