summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86DPMS.c
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 /hw/xfree86/common/xf86DPMS.c
parentd52fddefaeb43f15b677eefbea4a288a9948373b (diff)
DPMS: Remove unused DPMSGet()
Diffstat (limited to 'hw/xfree86/common/xf86DPMS.c')
-rw-r--r--hw/xfree86/common/xf86DPMS.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/hw/xfree86/common/xf86DPMS.c b/hw/xfree86/common/xf86DPMS.c
index 03a6d0cbf..1687f2cb5 100644
--- a/hw/xfree86/common/xf86DPMS.c
+++ b/hw/xfree86/common/xf86DPMS.c
@@ -198,25 +198,4 @@ DPMSSupported(void)
return FALSE;
}
-
-/*
- * DPMSGet --
- * Device dependent DPMS mode getting hook. This returns the current
- * DPMS mode, or -1 if DPMS is not supported.
- *
- * This should hook in to the appropriate driver-level function, which
- * will be added to the ScrnInfoRec.
- *
- * NOTES:
- * 1. the calling interface should be changed to specify which
- * screen to check.
- * 2. It isn't clear that this function is ever used or what it should
- * return.
- */
-int
-DPMSGet(int *level)
-{
- return DPMSPowerLevel;
-}
-
#endif /* DPMSExtension */