diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-03 17:51:55 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-03 18:22:20 -0400 |
commit | c1cf36ee29e41901ecd382f0258110ebb4a0124e (patch) | |
tree | 7e655104c841c08dc39b7d3e8f5025f2e51a7961 /include/globals.h | |
parent | 2d0a4fff7985f58c21023cc4757090ee67067593 (diff) |
DPMS: Simplify command line parsing
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index 90cfa7148..79c959a57 100644 --- a/include/globals.h +++ b/include/globals.h @@ -37,7 +37,6 @@ extern CARD32 DPMSOffTime; extern CARD16 DPMSPowerLevel; extern Bool defaultDPMSEnabled; extern Bool DPMSEnabled; -extern Bool DPMSEnabledSwitch; extern Bool DPMSDisabledSwitch; extern Bool DPMSCapableFlag; #endif |