mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
Modified:
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Remove redundant
and incorrect line.
This commit is contained in:
@@ -1587,7 +1587,6 @@ RADEONSetPortAttribute(ScrnInfoPtr pScrn,
|
||||
else if(attribute == xvDoubleBuffer)
|
||||
{
|
||||
pPriv->doubleBuffer = ClipValue (value, 0, 1);
|
||||
pPriv->doubleBuffer = value;
|
||||
}
|
||||
else if(attribute == xvColorKey)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user