summaryrefslogtreecommitdiffstats
path: root/test/tight-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tight-1.c')
-rw-r--r--test/tight-1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tight-1.c b/test/tight-1.c
index fa22ea7..e8b9b79 100644
--- a/test/tight-1.c
+++ b/test/tight-1.c
@@ -13,7 +13,6 @@ int main(int argc,char** argv)
server->frameBuffer=malloc(400*300*4);
for(j=0;j<400*300*4;j++)
server->frameBuffer[j]=j;
- //server->maxRectsPerUpdate=-1;
rfbInitServer(server);
while(time(0)-t<20) {
OpenPOWER on IntegriCloud