diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-12-03 02:04:28 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-12-03 02:04:28 -0500 |
commit | 9fc16ff3f8806971cb495e8838af1e5f9149d34f (patch) | |
tree | 2bee90b1f7159a99dc98339cc45abdf276d6f440 /src/r600_exa.c | |
parent | f074762fff4253a457cb48519bb33a2e2c90f8b9 (diff) |
radeon: remove duplicated define
xfixedtofloat macro was defined several times
Diffstat (limited to 'src/r600_exa.c')
-rw-r--r-- | src/r600_exa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index c4589915..15db42ac 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -741,9 +741,6 @@ R600DoneCopy(PixmapPtr pDst) } - -#define xFixedToFloat(f) (((float) (f)) / 65536) - struct blendinfo { Bool dst_alpha; Bool src_alpha; |