diff options
author | Paul Berry <[email protected]> | 2011-09-28 12:58:13 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2011-10-04 15:28:56 -0700 |
commit | 56a90f5ce198a86599a4a24687c5d773b38326da (patch) | |
tree | 5596051e2deaf311e31520d17074cbf00eeb4e1b /src/mesa/drivers/dri/r300 | |
parent | d38839a498b38b745f5bdf6b96fbafa2792670be (diff) |
r200/r300/r600: remove dangling radeon_tex_getimage.c symlinks.
Commit d1fda903 (radeon: Drop mapping we were doing around
glGetTexImage()) removed the common Radeon source file
radeon_tex_getimage.c, and pulled it out of the r200, r300, r600, and
radeon makefiles. But it left behind the symlinks that were being
used to share that file among the four directories.
This patch removes the dangling symlinks.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r300')
l--------- | src/mesa/drivers/dri/r300/radeon_tex_getimage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_tex_getimage.c b/src/mesa/drivers/dri/r300/radeon_tex_getimage.c deleted file mode 120000 index d9836d7326e..00000000000 --- a/src/mesa/drivers/dri/r300/radeon_tex_getimage.c +++ /dev/null @@ -1 +0,0 @@ -../radeon/radeon_tex_getimage.c
\ No newline at end of file |