]> source.dussan.org Git - tigervnc.git/commit
Remove unused bufSize argument from streams
authorPierre Ossman <ossman@cendio.se>
Tue, 19 May 2020 17:49:41 +0000 (19:49 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 21 May 2020 09:34:22 +0000 (11:34 +0200)
commitcf40b83e2330607bab221c33b8f7b5b1885eedb3
treef2b8c66736f1f808def3272cce0a30ff843a36e1
parent0cd533cf7f53daa157a9b7f6af2b9b72eeca5403
Remove unused bufSize argument from streams
17 files changed:
common/rdr/BufferedInStream.cxx
common/rdr/BufferedInStream.h
common/rdr/BufferedOutStream.cxx
common/rdr/BufferedOutStream.h
common/rdr/FdInStream.cxx
common/rdr/FdInStream.h
common/rdr/FdOutStream.cxx
common/rdr/FdOutStream.h
common/rdr/HexInStream.cxx
common/rdr/HexInStream.h
common/rdr/HexOutStream.cxx
common/rdr/HexOutStream.h
common/rdr/ZlibInStream.cxx
common/rdr/ZlibInStream.h
common/rdr/ZlibOutStream.cxx
common/rdr/ZlibOutStream.h
common/rfb/ZRLEEncoder.cxx