Commit 53387007 authored by dscho's avatar dscho

remove wrong comment

parent 669b4c86
...@@ -297,14 +297,6 @@ HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh) ...@@ -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 static int
InitFilterCopyBPP (rfbClient* client, int rw, int rh) InitFilterCopyBPP (rfbClient* client, int rw, int rh)
{ {
...@@ -526,14 +518,6 @@ FilterPaletteBPP (rfbClient* client, int numRows, CARDBPP *dst) ...@@ -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 static rfbBool
DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h) DecompressJpegRectBPP(rfbClient* client, int x, int y, int w, int h)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment