diff options
| author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-05-24 15:52:12 +0200 |
|---|---|---|
| committer | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-05-24 16:18:17 +0200 |
| commit | 05eac74cbda4491943f7327aaf6884a565deb2df (patch) | |
| tree | 4b36792bcd664dd9a47e9859c5fb85b6d5897f74 /src/xgi_opt.c | |
| parent | c044bc1deff398d282e9d9f0fb76bb4288d75af1 (diff) | |
drop unused XGI_CP code pathes
These seem never to have been enabled, so probably not needed at all.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-xgi/-/merge_requests/6>
Diffstat (limited to 'src/xgi_opt.c')
| -rw-r--r-- | src/xgi_opt.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/xgi_opt.c b/src/xgi_opt.c index 4dda66c..d3185f1 100644 --- a/src/xgi_opt.c +++ b/src/xgi_opt.c @@ -102,9 +102,6 @@ typedef enum { OPTION_IGNORE_DDC, /* Jong@09032009 */ OPTION_NONDDC_DEFAULT_MODE, /* Jong@09042009 */ OPTION_GAMMA_RGB, /* Jong@09092009 */ -#ifdef XGI_CP - XGI_CP_OPT_OPTIONS -#endif OPTION_PSEUDO } XGIOpts; @@ -169,9 +166,6 @@ static const OptionInfoRec XGIOptions[] = { { OPTION_CRT2ISSCRN0, "MergedXineramaCRT2IsScreen0",OPTV_BOOLEAN,{0},FALSE }, #endif #endif -#ifdef XGI_CP - XGI_CP_OPTION_DETAIL -#endif { -1, NULL, OPTV_NONE, {0}, FALSE } }; @@ -265,10 +259,6 @@ xgiOptions(ScrnInfoPtr pScrn) pXGI->CRT2IsScrn0 = FALSE; #endif #endif -#ifdef XGI_CP - XGI_CP_OPT_DEFAULT -#endif - /* Collect the options */ @@ -486,9 +476,6 @@ xgiOptions(ScrnInfoPtr pScrn) if(xf86GetOptValBool(pXGI->Options, OPTION_CRT2GAMMA, &val)) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, mystring, "CRT2Gamma"); } -#ifdef XGI_CP - XGI_CP_OPT_DH_WARN -#endif } else { /* TurboQueue */ @@ -499,11 +486,6 @@ xgiOptions(ScrnInfoPtr pScrn) } xf86DrvMsg(pScrn->scrnIndex, from, "TurboQueue %s\n", pXGI->TurboQueue ? enabledstr : disabledstr); - -#ifdef XGI_CP - XGI_CP_OPT_DOOPT -#endif - } /* DualHead */ /* CRT1Gamma - enable/disable gamma correction for CRT1 |
