summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvncclient/tight.c16
1 files changed, 0 insertions, 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)
{