aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgReader.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-01-31 11:21:51 +0100
committerPierre Ossman <ossman@cendio.se>2014-07-07 14:42:08 +0200
commitd704e4ae77724abca7835f53390dacbfe1b09f9f (patch)
treeafeeea0cb8e54240ce7fc8648f92f12599af81f7 /common/rfb/CMsgReader.h
parent4aba19e287b0105bb47777762ce14b3786d91019 (diff)
downloadtigervnc-d704e4ae77724abca7835f53390dacbfe1b09f9f.tar.gz
tigervnc-d704e4ae77724abca7835f53390dacbfe1b09f9f.zip
Handle CopyRect like any other encoding
Avoids having to special case things. Keeps the code simpler.
Diffstat (limited to 'common/rfb/CMsgReader.h')
-rw-r--r--common/rfb/CMsgReader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h
index 650f1642..12846678 100644
--- a/common/rfb/CMsgReader.h
+++ b/common/rfb/CMsgReader.h
@@ -62,7 +62,6 @@ namespace rfb {
void readFramebufferUpdate();
void readRect(const Rect& r, int encoding);
- void readCopyRect(const Rect& r);
void readSetCursor(int width, int height, const Point& hotspot);
void readSetDesktopName(int x, int y, int w, int h);