aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/FdOutStream.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-05-19 19:49:41 +0200
committerPierre Ossman <ossman@cendio.se>2020-05-21 11:34:22 +0200
commitcf40b83e2330607bab221c33b8f7b5b1885eedb3 (patch)
treef2b8c66736f1f808def3272cce0a30ff843a36e1 /common/rdr/FdOutStream.h
parent0cd533cf7f53daa157a9b7f6af2b9b72eeca5403 (diff)
downloadtigervnc-cf40b83e2330607bab221c33b8f7b5b1885eedb3.tar.gz
tigervnc-cf40b83e2330607bab221c33b8f7b5b1885eedb3.zip
Remove unused bufSize argument from streams
Diffstat (limited to 'common/rdr/FdOutStream.h')
-rw-r--r--common/rdr/FdOutStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rdr/FdOutStream.h b/common/rdr/FdOutStream.h
index b1ecbd56..24327972 100644
--- a/common/rdr/FdOutStream.h
+++ b/common/rdr/FdOutStream.h
@@ -34,7 +34,7 @@ namespace rdr {
public:
- FdOutStream(int fd, bool blocking=true, int timeoutms=-1, size_t bufSize=0);
+ FdOutStream(int fd, bool blocking=true, int timeoutms=-1);
virtual ~FdOutStream();
void setTimeout(int timeoutms);