remove wrong comment

pull/1/head
dscho 19 years ago
parent 669b4c8685
commit 53387007ba

@ -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)
* *
*/ */
/*
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)
{ {

Loading…
Cancel
Save