summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-04-03 17:51:55 -0400
committerAdam Jackson <ajax@redhat.com>2009-04-03 18:22:20 -0400
commitc1cf36ee29e41901ecd382f0258110ebb4a0124e (patch)
tree7e655104c841c08dc39b7d3e8f5025f2e51a7961 /dix/globals.c
parent2d0a4fff7985f58c21023cc4757090ee67067593 (diff)
DPMS: Simplify command line parsing
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;