diff options
author | dscho <dscho> | 2005-05-23 19:31:44 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-23 19:31:44 +0000 |
commit | 53387007bac1479ccbea469b842608550de95811 (patch) | |
tree | bfaf1d400428fd50e19b6cc2098ebe7dc9b92bdd | |
parent | 669b4c86855cc11a8904f4acb4039a14b91cbf6d (diff) | |
download | libtdevnc-53387007bac1479ccbea469b842608550de95811.tar.gz libtdevnc-53387007bac1479ccbea469b842608550de95811.zip |
remove wrong comment
-rw-r--r-- | libvncclient/tight.c | 16 |
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) { |