diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-02-01 05:43:29 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-02-01 05:43:29 +0000 |
commit | d26c06b4e98524f1a04a35b6b13b88ac1bd23926 (patch) | |
tree | a53555d2ff109046843c1cbb17434db8542ab297 | |
parent | 64929746bc516f9bfcac28a0a2e99572ab007b24 (diff) | |
download | tigervnc-d26c06b4e98524f1a04a35b6b13b88ac1bd23926.tar.gz tigervnc-d26c06b4e98524f1a04a35b6b13b88ac1bd23926.zip |
Minor cleanup, unused code removed.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@474 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | x0vncserver/PollingManager.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x0vncserver/PollingManager.cxx b/x0vncserver/PollingManager.cxx index 3c6aab92..84a74357 100644 --- a/x0vncserver/PollingManager.cxx +++ b/x0vncserver/PollingManager.cxx @@ -203,9 +203,6 @@ void PollingManager::poll_DetectVideo() m_changedFlags[idx] = 0; } - if (wasChanged) { - } - ptr_old += nBytes; ptr_new += nBytes; idx++; |