From 2d0a4fff7985f58c21023cc4757090ee67067593 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Apr 2009 13:44:37 -0400 Subject: DPMS: Remove unused DPMSGet() --- Xext/dpmsproc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Xext/dpmsproc.h') 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 -- cgit v1.2.3