summaryrefslogtreecommitdiff
path: root/Xext/dpmsproc.h
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/dpmsproc.h
parentd52fddefaeb43f15b677eefbea4a288a9948373b (diff)
DPMS: Remove unused DPMSGet()
Diffstat (limited to 'Xext/dpmsproc.h')
-rw-r--r--Xext/dpmsproc.h2
1 files changed, 0 insertions, 2 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