]> source.dussan.org Git - tigervnc.git/commitdiff
- removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)
authorAdam Tkac <atkac@redhat.com>
Thu, 17 Apr 2008 11:16:35 +0000 (11:16 +0000)
committerAdam Tkac <atkac@redhat.com>
Thu, 17 Apr 2008 11:16:35 +0000 (11:16 +0000)
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

index c212ca6673a0a56305926b93ab9a42dc2778bc47..effd0f2df7ed1d75d2ae468e0b1de23318321559 100644 (file)
@@ -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 */