diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-20 20:36:18 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-20 20:36:18 +0200 |
commit | 3f4c12a388af05995273c9abe742f82f84e558a8 (patch) | |
tree | 351f366a596cfa5294bffe3131e878661c647e82 | |
parent | 69cc0060d9516d5fba5fa46607a993f3ebfd5d89 (diff) |
Removed the DFS stub.
-rw-r--r-- | src/mga_exa.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mga_exa.c b/src/mga_exa.c index 25da5a1..eca543c 100644 --- a/src/mga_exa.c +++ b/src/mga_exa.c @@ -752,13 +752,6 @@ mgaUploadToScreen(PixmapPtr pDst, int x, int y, int w, int h, return TRUE; } -static Bool -mgaDownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, int h, char *dst, - int dst_pitch) -{ - return FALSE; -} - static void mgaWaitMarker(ScreenPtr pScreen, int marker) { @@ -828,7 +821,6 @@ mgaExaInit(ScreenPtr pScreen) pExa->DoneComposite = mgaNoopDone; } - /* pExa->DownloadFromScreen = mgaDownloadFromScreen; */ pExa->UploadToScreen = mgaUploadToScreen; /* XXX fill in the XAA setup code here */ |