diff options
-rw-r--r-- | src/i830_driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index fe2565c0..dfc2bdf6 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -162,7 +162,6 @@ static PciChipsets I830PciChipsets[] = { */ typedef enum { - OPTION_NOACCEL, OPTION_DRI, OPTION_VIDEO_KEY, OPTION_COLOR_KEY, @@ -181,7 +180,6 @@ typedef enum { } I830Opts; static OptionInfoRec I830Options[] = { - {OPTION_NOACCEL, "NoAccel", OPTV_BOOLEAN, {0}, FALSE}, {OPTION_DRI, "DRI", OPTV_BOOLEAN, {0}, TRUE}, {OPTION_COLOR_KEY, "ColorKey", OPTV_INTEGER, {0}, FALSE}, {OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE}, |