diff options
Diffstat (limited to 'xorg-server/Xext/dpmsstubs.c')
-rw-r--r-- | xorg-server/Xext/dpmsstubs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xorg-server/Xext/dpmsstubs.c b/xorg-server/Xext/dpmsstubs.c index 0f59d5160..f0f54d293 100644 --- a/xorg-server/Xext/dpmsstubs.c +++ b/xorg-server/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; |