diff options
author | Keith Packard <keithp@keithp.com> | 2009-07-11 22:53:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-07-11 22:53:42 -0700 |
commit | 34c674dd45879b8ba8395b93b16c8a9e7b848f1f (patch) | |
tree | d52777a9d3476f434799f15145069df05fc9da15 | |
parent | 33d6e7a2355dfb8ad324c4fa28ce61c7e051b435 (diff) |
Remove vestiges of NoAccel options from i830_driver.c
The enum and OptionInfoRec weren't removed in the initial patch
Signed-off-by: Keith Packard <keithp@keithp.com>
-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}, |