diff options
Diffstat (limited to 'Xext/dpmsstubs.c')
-rw-r--r-- | Xext/dpmsstubs.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; |