summaryrefslogtreecommitdiff
path: root/src/radeon_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r--src/radeon_video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 081ac8ba..d5294b10 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -1587,7 +1587,6 @@ RADEONSetPortAttribute(ScrnInfoPtr pScrn,
else if(attribute == xvDoubleBuffer)
{
pPriv->doubleBuffer = ClipValue (value, 0, 1);
- pPriv->doubleBuffer = value;
}
else if(attribute == xvColorKey)
{