From 372c14aae8f4fd2c5865b9d23cd825dcbc33765f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 1 Jan 2013 15:49:12 +0000 Subject: sna: Remove some obsolete Options Throttling and delayed-flush are now redundant. Signed-off-by: Chris Wilson --- src/intel_options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/intel_options.c') 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 -- cgit v1.2.3