diff options
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r-- | src/radeon_video.c | 1 |
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) { |