diff options
author | Roland Scheidegger <[email protected]> | 2005-10-11 17:55:54 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2005-10-11 17:55:54 +0000 |
commit | d084c3d4dcabf58cef921b50ab60d1287563cd43 (patch) | |
tree | d26630814e92d53ee567a6e14b102a2eeac08263 /src/mesa/drivers/dri/radeon/Makefile | |
parent | 44b1bd7597bea6d48d26551c2678de65ed5c3648 (diff) |
Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVerts function. No longer compile the radeon_compat stuff which was for drm 1.1 compatibility presumably but unused since about forever into the driver.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/radeon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile b/src/mesa/drivers/dri/radeon/Makefile index b0ef172993d..8a942cb4807 100644 --- a/src/mesa/drivers/dri/radeon/Makefile +++ b/src/mesa/drivers/dri/radeon/Makefile @@ -23,7 +23,6 @@ DRIVER_SOURCES = \ radeon_span.c \ radeon_maos.c \ radeon_sanity.c \ - radeon_compat.c \ radeon_vtxfmt.c \ radeon_vtxfmt_c.c \ radeon_vtxfmt_sse.c \ |