aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgReader.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-01-31 13:12:18 +0100
committerPierre Ossman <ossman@cendio.se>2014-07-07 14:50:28 +0200
commitfdba3fe884d5b43e07d7d49033c83f2f11bf524c (patch)
treedbd053e85ed44fd00dedf10b17d0cbb25f40eb5f /common/rfb/CMsgReader.h
parentb6b4dc6487690e891ec2487c6cf765d36821fe3a (diff)
downloadtigervnc-fdba3fe884d5b43e07d7d49033c83f2f11bf524c.tar.gz
tigervnc-fdba3fe884d5b43e07d7d49033c83f2f11bf524c.zip
Push encoder and decoder handling down into the connection objects
This keeps the reader and writer objects clean and simple protocol decoders/encoders.
Diffstat (limited to 'common/rfb/CMsgReader.h')
-rw-r--r--common/rfb/CMsgReader.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h
index 12846678..97b57ce7 100644
--- a/common/rfb/CMsgReader.h
+++ b/common/rfb/CMsgReader.h
@@ -33,7 +33,6 @@ namespace rdr { class InStream; }
namespace rfb {
class CMsgHandler;
- class Decoder;
struct Rect;
class CMsgReader {
@@ -69,7 +68,6 @@ namespace rfb {
CMsgHandler* handler;
rdr::InStream* is;
- Decoder* decoders[encodingMax+1];
rdr::U8* imageBuf;
int imageBufSize;
int nUpdateRectsLeft;