]> source.dussan.org Git - tigervnc.git/commitdiff
Removed stale comment.
authorPeter Åstrand <astrand@cendio.se>
Mon, 21 Feb 2005 10:01:46 +0000 (10:01 +0000)
committerPeter Åstrand <astrand@cendio.se>
Mon, 21 Feb 2005 10:01:46 +0000 (10:01 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@204 3789f03b-4d11-0410-bbf8-ca57d06f2519

rfb/VNCServerST.cxx

index 9a8013e4df8ec3176ea0d5ae848faf0867863173..c4e028390b574ade9e4fb65e3271b39a10dca284 100644 (file)
@@ -251,7 +251,7 @@ int VNCServerST::checkTimeouts()
       lastUserInputTime = now;
       timeLeft = rfb::Server::maxIdleTime;
     }
-    if (timeLeft <= 0) { // enough time has gone 
+    if (timeLeft <= 0) {
       slog.info("MaxIdleTime reached, exiting");
       exit(0);
     }