summaryrefslogtreecommitdiff
path: root/src/g80_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/g80_display.c')
-rw-r--r--src/g80_display.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/g80_display.c b/src/g80_display.c
index 8c8e5bd..ae946a8 100644
--- a/src/g80_display.c
+++ b/src/g80_display.c
@@ -734,11 +734,7 @@ G80LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors,
}
/* Make the change through RandR */
-#ifdef RANDR_12_INTERFACE
RRCrtcGammaSet(crtc->randr_crtc, lut_r, lut_g, lut_b);
-#else
- crtc->funcs->gamma_set(crtc, lut_r, lut_g, lut_b, 256);
-#endif
}
}