summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'dix/globals.c')
-rw-r--r--dix/globals.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dix/globals.c b/dix/globals.c
index aa15de962..0df3fbe50 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -100,8 +100,7 @@ CARD32 defaultDPMSSuspendTime = DEFAULT_SCREEN_SAVER_TIME;
CARD32 defaultDPMSOffTime = DEFAULT_SCREEN_SAVER_TIME;
CARD16 DPMSPowerLevel = 0;
Bool defaultDPMSEnabled = TRUE;
-Bool DPMSEnabledSwitch = FALSE; /* these denote the DPMS command */
-Bool DPMSDisabledSwitch = FALSE; /* line switch states */
+Bool DPMSDisabledSwitch = FALSE;
Bool DPMSCapableFlag = FALSE;
CARD32 DPMSStandbyTime;
CARD32 DPMSSuspendTime;