diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-07-11 19:03:12 +0200 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2018-07-12 18:09:39 +0200 |
commit | 16ddc109660dbe813c457765eda66422fb745a3e (patch) | |
tree | acf8a0ae6192c0b8cf73fd7d0b66335a9b5b65d9 | |
parent | 447ef0458fac047919d021f2ba1753a647f5c503 (diff) |
Remove #if 0'd code
This has always been disabled, no need to keep it.
(Ported from amdgpu commit 19a40758be04e1d451a030f452efb49e8aaad541)
Acked-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | src/drmmode_display.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c index 4b5f9f45..e301c0e6 100644 --- a/src/drmmode_display.c +++ b/src/drmmode_display.c @@ -1835,15 +1835,6 @@ static const xf86OutputFuncsRec drmmode_output_funcs = { .create_resources = drmmode_output_create_resources, .set_property = drmmode_output_set_property, .get_property = drmmode_output_get_property, -#if 0 - - .save = drmmode_crt_save, - .restore = drmmode_crt_restore, - .mode_fixup = drmmode_crt_mode_fixup, - .prepare = drmmode_output_prepare, - .mode_set = drmmode_crt_mode_set, - .commit = drmmode_output_commit, -#endif .detect = drmmode_output_detect, .mode_valid = drmmode_output_mode_valid, @@ -2875,9 +2866,6 @@ Bool drmmode_setup_colormap(ScreenPtr pScreen, ScrnInfoPtr pScrn) !xf86HandleColormaps(pScreen, 256, 10, NULL, NULL, CMAP_PALETTED_TRUECOLOR -#if 0 /* This option messes up text mode! (eich@suse.de) */ - | CMAP_LOAD_EVEN_IF_OFFSCREEN -#endif | CMAP_RELOAD_ON_MODE_SWITCH)) return FALSE; } |