From 978f3b496b9951ee8120a0efcc5cd12503e26770 Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Sat, 5 Mar 2005 21:38:29 +0000 Subject: [PATCH] xc/programs/Xserver/Imakefile xc/programs/Xserver/hw/xnest/Imakefile //bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020 (https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest usage of the DPMS dummy stub functions from dpmsstubs.c instead of using it's own copy of these functions. --- hw/xnest/Init.c | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 53c9f73f4..0133ded35 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -160,28 +160,3 @@ void ddxBeforeReset(void) int SelectWaitTime = 10000; /* usec */ #endif -#ifdef DPMSExtension -/************************************************************** - * DPMSSet(), DPMSGet(), DPMSSupported() - * - * stubs - * - ***************************************************************/ - -void -DPMSSet(int level) -{ -} - -int -DPMSGet(int *level) -{ - return -1; -} - -Bool -DPMSSupported() -{ - return FALSE; -} -#endif