summaryrefslogtreecommitdiffstats
path: root/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.c')
-rw-r--r--zlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zlib.c b/zlib.c
index 0749d43..74e12d0 100644
--- a/zlib.c
+++ b/zlib.c
@@ -235,8 +235,6 @@ rfbSendRectEncodingZlib(cl, x, y, w, h)
rfbClientPtr cl;
int x, y, w, h;
{
- int totalSize = 0;
- int partialSize = 0;
int maxLines;
int linesRemaining;
rfbRectangle partialRect;