summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-04-03 13:44:37 -0400
committerAdam Jackson <ajax@redhat.com>2009-04-03 18:22:20 -0400
commit2d0a4fff7985f58c21023cc4757090ee67067593 (patch)
treecd366555e3ee5eb36f3ea09e9e9aa97fa50f72ca /Xext
parentd52fddefaeb43f15b677eefbea4a288a9948373b (diff)
DPMS: Remove unused DPMSGet()
Diffstat (limited to 'Xext')
-rw-r--r--Xext/dpmsproc.h2
-rw-r--r--Xext/dpmsstubs.c5
2 files changed, 0 insertions, 7 deletions
diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h
index d57f57318..c1df56fdf 100644
--- a/Xext/dpmsproc.h
+++ b/Xext/dpmsproc.h
@@ -1,4 +1,3 @@
-
/* Prototypes for functions that the DDX must provide */
#ifdef HAVE_DIX_CONFIG_H
@@ -11,7 +10,6 @@
#include "dixstruct.h"
int DPMSSet(ClientPtr client, int level);
-int DPMSGet(int *plevel);
Bool DPMSSupported(void);
#endif
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;