diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-11-01 20:33:48 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-11-01 20:33:48 -0700 |
commit | 6afbfaf62a2d049fcf289b1dbf32018fd7fdea1c (patch) | |
tree | ac74c41bbf3b60717cb2da2254515e8b9bcc6784 | |
parent | 343fc2a2b98ca9e93c031b7f7c3378563699b394 (diff) |
Dead code removal
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | src/blade_accel_exa.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/blade_accel_exa.c b/src/blade_accel_exa.c index 80e3f23..3129623 100644 --- a/src/blade_accel_exa.c +++ b/src/blade_accel_exa.c @@ -251,14 +251,6 @@ static void WaitMarker(ScreenPtr pScreen, int marker) } } -static Bool PrepareAccess(PixmapPtr pPix, int index) -{ -} - -static void FinishAccess(PixmapPtr pPix, int index) -{ -} - static void BladeInitializeAccelerator(ScrnInfoPtr pScrn) { TRIDENTPtr pTrident = TRIDENTPTR(pScrn); |