diff options
Diffstat (limited to 'src/ast_driver.c')
-rw-r--r-- | src/ast_driver.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ast_driver.c b/src/ast_driver.c index 5eaa2e9..7c0cd0b 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -2244,11 +2244,7 @@ static XF86VideoAdaptorPtr ASTSetupImageVideo(ScreenPtr pScreen) pPriv->hue = 0; /* gotta uninit this someplace */ -#if defined(REGION_NULL) REGION_NULL(pScreen, &pPriv->clip); -#else - REGION_INIT(pScreen, &pPriv->clip, NullBox, 0); -#endif pAST->adaptor = adapt; |