summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc/ddcProperty.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/ddc/ddcProperty.c')
-rw-r--r--hw/xfree86/ddc/ddcProperty.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c
index ed7fb167a..a4f4f4ece 100644
--- a/hw/xfree86/ddc/ddcProperty.c
+++ b/hw/xfree86/ddc/ddcProperty.c
@@ -303,12 +303,6 @@ xf86DDCMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC)
Monitor->DDC = DDC;
- if (DDC->features.gamma > 0.0) {
- Monitor->gamma.red = DDC->features.gamma;
- Monitor->gamma.green = DDC->features.gamma;
- Monitor->gamma.blue = DDC->features.gamma;
- }
-
Monitor->widthmm = 10 * DDC->features.hsize;
Monitor->heightmm = 10 * DDC->features.vsize;