summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordscho <dscho>2004-06-18 09:18:22 +0000
committerdscho <dscho>2004-06-18 09:18:22 +0000
commit2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0 (patch)
tree33b0d674229127ac0f898b455a3c7afd3fdc99fb /test
parent1589d04d500e7c89b91ebe828ff02a430355de28 (diff)
downloadlibtdevnc-2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0.tar.gz
libtdevnc-2a4a0f487e3db626876dbf6ae9aa17d6dc4434e0.zip
convert c++ comments to c comments
Diffstat (limited to 'test')
-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) {