mirror of
https://github.com/X11Libre/xf86-video-r128.git
synced 2026-03-24 01:24:26 +00:00
Remove OPTION_DAC_8BIT option
It is no longer used. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
@@ -121,7 +121,6 @@ typedef enum {
|
||||
OPTION_NOACCEL,
|
||||
OPTION_SW_CURSOR,
|
||||
OPTION_DAC_6BIT,
|
||||
OPTION_DAC_8BIT,
|
||||
#ifdef R128DRI
|
||||
OPTION_XV_DMA,
|
||||
OPTION_IS_PCI,
|
||||
@@ -154,7 +153,6 @@ static const OptionInfoRec R128Options[] = {
|
||||
{ OPTION_NOACCEL, "NoAccel", OPTV_BOOLEAN, {0}, FALSE },
|
||||
{ OPTION_SW_CURSOR, "SWcursor", OPTV_BOOLEAN, {0}, FALSE },
|
||||
{ OPTION_DAC_6BIT, "Dac6Bit", OPTV_BOOLEAN, {0}, FALSE },
|
||||
{ OPTION_DAC_8BIT, "Dac8Bit", OPTV_BOOLEAN, {0}, TRUE },
|
||||
#ifdef R128DRI
|
||||
{ OPTION_XV_DMA, "DMAForXv", OPTV_BOOLEAN, {0}, FALSE },
|
||||
{ OPTION_IS_PCI, "ForcePCIMode", OPTV_BOOLEAN, {0}, FALSE },
|
||||
|
||||
Reference in New Issue
Block a user