[PATCH xf86-video-r128 3/4] Delete USE_CRT_ONLY conditional compilation directive
Kevin Brace
kevinbrace at gmx.com
Fri Jul 27 02:45:56 UTC 2018
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
src/r128_driver.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/r128_driver.c b/src/r128_driver.c
index c4a1019..e34b1cd 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -109,9 +109,6 @@
#endif
-#define USE_CRT_ONLY 0
-
- /* Forward definitions for driver functions */
static Bool R128CloseScreen(CLOSE_SCREEN_ARGS_DECL);
static Bool R128SaveScreen(ScreenPtr pScreen, int mode);
static void R128Save(ScrnInfoPtr pScrn);
@@ -140,10 +137,6 @@ typedef enum {
OPTION_BUFFER_SIZE,
OPTION_PAGE_FLIP,
#endif
-#if USE_CRT_ONLY
- /* FIXME: Disable CRTOnly until it is tested */
- OPTION_CRT,
-#endif
OPTION_DISPLAY,
OPTION_ACCELMETHOD,
OPTION_RENDERACCEL
--
2.7.4
More information about the xorg-driver-ati
mailing list