diff options
Diffstat (limited to 'common/rfb/CMsgReader.h')
-rw-r--r-- | common/rfb/CMsgReader.h | 2 |
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; |