From 07a5a7bcf78849fec1ca92f34d3cc76290660de4 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 17 Apr 2008 11:16:35 +0000 Subject: [PATCH] - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2484 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- unix/xserver/hw/vnc/xvnc.cc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/unix/xserver/hw/vnc/xvnc.cc b/unix/xserver/hw/vnc/xvnc.cc index c212ca66..effd0f2d 100644 --- a/unix/xserver/hw/vnc/xvnc.cc +++ b/unix/xserver/hw/vnc/xvnc.cc @@ -1215,25 +1215,6 @@ InitOutput(ScreenInfo *screenInfo, int argc, char **argv) } } /* end InitOutput */ -#ifdef DPMSExtension -extern "C" { -#if NeedFunctionPrototypes - void DPMSSet(CARD16 level) -#else - void DPMSSet(level) - CARD16 level; -#endif - { - return; - } - - Bool DPMSSupported() - { - return FALSE; - } -} -#endif - /* this is just to get the server to link on AIX */ #ifdef AIXV3 int SelectWaitTime = 10000; /* usec */ -- 2.39.5