diff options
-rw-r--r-- | src/intel_driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index f52f94de..5d9980eb 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -96,7 +96,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. */ typedef enum { - OPTION_ACCELMETHOD, OPTION_DRI, OPTION_VIDEO_KEY, OPTION_COLOR_KEY, @@ -120,7 +119,6 @@ typedef enum { } I830Opts; static OptionInfoRec I830Options[] = { - {OPTION_ACCELMETHOD, "AccelMethod", OPTV_ANYSTR, {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}, |