From 2a903d7c00d67716815b68fb492b4d40e2f5684d Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Thu, 26 Jul 2018 19:41:06 -0700 Subject: [PATCH] Delete USE_CRT_ONLY conditional compilation directive Signed-off-by: Kevin Brace --- 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); @@ -139,10 +136,6 @@ typedef enum { OPTION_RING_SIZE, 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,