We don't need to force a full refresh on format changes with the new viewer
as we do not throw away the framebuffer.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4590 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx
index 5b5be99..9ef1823 100644
--- a/vncviewer/CConn.cxx
+++ b/vncviewer/CConn.cxx
@@ -521,8 +521,6 @@
     cp.setPF(pf);
     writer()->writeSetPixelFormat(pf);
 
-    forceNonincremental = true;
-
     formatChange = false;
   }