From 56234cd0b656de3c8827288f2adf78c9cb12d0c5 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 17 Mar 2011 13:32:08 +0100 Subject: Fix remaining compiler warnings. --- libvncserver/zrle.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvncserver/zrle.c') diff --git a/libvncserver/zrle.c b/libvncserver/zrle.c index e1f1447..80f629c 100644 --- a/libvncserver/zrle.c +++ b/libvncserver/zrle.c @@ -96,9 +96,6 @@ * data. */ -/* TODO: put into rfbClient struct */ - -static char zrleBeforeBuf[rfbZRLETileWidth * rfbZRLETileHeight * 4 + 4]; /* * rfbSendRectEncodingZRLE - send a given rectangle using ZRLE encoding. -- cgit v1.2.3