diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-03 13:44:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-03 18:22:20 -0400 |
commit | 2d0a4fff7985f58c21023cc4757090ee67067593 (patch) | |
tree | cd366555e3ee5eb36f3ea09e9e9aa97fa50f72ca /Xext/dpmsstubs.c | |
parent | d52fddefaeb43f15b677eefbea4a288a9948373b (diff) |
DPMS: Remove unused DPMSGet()
Diffstat (limited to 'Xext/dpmsstubs.c')
-rw-r--r-- | Xext/dpmsstubs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Xext/dpmsstubs.c b/Xext/dpmsstubs.c index 0f59d5160..f0f54d293 100644 --- a/Xext/dpmsstubs.c +++ b/Xext/dpmsstubs.c @@ -39,11 +39,6 @@ Bool DPMSSupported(void) return FALSE; } -int DPMSGet(int *plevel) -{ - return -1; -} - int DPMSSet(ClientPtr client, int level) { return Success; |