diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-01 15:49:12 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-01 20:42:41 +0000 |
commit | 372c14aae8f4fd2c5865b9d23cd825dcbc33765f (patch) | |
tree | a739b8ca6fb497a393cc1fe1b1ba0366964de84f /src/intel_options.c | |
parent | 65924da91da4bb617df1bb0a7c3e9d4aa475b6b1 (diff) |
sna: Remove some obsolete Options
Throttling and delayed-flush are now redundant.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.c')
-rw-r--r-- | src/intel_options.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel_options.c b/src/intel_options.c index f7ff5958..fda2e8b0 100644 --- a/src/intel_options.c +++ b/src/intel_options.c @@ -22,9 +22,7 @@ const OptionInfoRec intel_options[] = { {OPTION_XVMC, "XvMC", OPTV_BOOLEAN, {0}, 1}, #endif #ifdef USE_SNA - {OPTION_THROTTLE, "Throttle", OPTV_BOOLEAN, {0}, 1}, {OPTION_ZAPHOD, "ZaphodHeads", OPTV_STRING, {0}, 0}, - {OPTION_DELAYED_FLUSH, "DelayedFlush", OPTV_BOOLEAN, {0}, 1}, {OPTION_TEAR_FREE, "TearFree", OPTV_BOOLEAN, {0}, 0}, {OPTION_CRTC_PIXMAPS, "PerCrtcPixmaps", OPTV_BOOLEAN, {0}, 0}, #endif |