diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2012-12-12 10:43:55 +0100 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2012-12-12 10:45:28 +0100 |
commit | 3c7d024c2671dac541b8f2daed55040f4fd5d62d (patch) | |
tree | 6ae03ce99b927bfa12c6dc0575c2abeab265e583 /src/radeon.h | |
parent | bdbd84a6c99943f4e012c92ad9cb920cbd676621 (diff) |
Remove dead option definitions.
These were only used with UMS.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon.h b/src/radeon.h index 9c2073fe..13f224f2 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -143,9 +143,7 @@ typedef enum { OPTION_NOACCEL, OPTION_SW_CURSOR, OPTION_PAGE_FLIP, - OPTION_ACCEL_DFS, OPTION_EXA_PIXMAPS, - OPTION_IGNORE_EDID, OPTION_COLOR_TILING, OPTION_COLOR_TILING_2D, #ifdef RENDER @@ -153,8 +151,6 @@ typedef enum { OPTION_SUBPIXEL_ORDER, #endif OPTION_ACCELMETHOD, - OPTION_DRI, - OPTION_TVSTD, OPTION_EXA_VSYNC, OPTION_ZAPHOD_HEADS, OPTION_SWAPBUFFERS_WAIT |