From 53387007bac1479ccbea469b842608550de95811 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 23 May 2005 19:31:44 +0000 Subject: [PATCH] remove wrong comment --- libvncclient/tight.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/libvncclient/tight.c b/libvncclient/tight.c index 4819b5b..7baac3a 100644 --- a/libvncclient/tight.c +++ b/libvncclient/tight.c @@ -297,14 +297,6 @@ HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh) * */ -/* - The following variables are defined in rfbproto.c: - static rfbBool cutZeros; - static int rectWidth, rectColors; - static uint8_t tightPalette[256*4]; - static uint8_t tightPrevRow[2048*3*sizeof(CARD16)]; -*/ - static int InitFilterCopyBPP (rfbClient* client, int rw, int rh) { @@ -526,14 +518,6 @@ FilterPaletteBPP (rfbClient* client, int numRows, CARDBPP *dst) * */ -/* - The following variables are defined in rfbproto.c: - static rfbBool jpegError; - static struct jpeg_source_mgr jpegSrcManager; - static JOCTET *jpegBufferPtr; - static size_t *jpegBufferLen; -*/ - static rfbBool DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h) {