From: Mischa POSLAWSKY Date: Tue, 27 Feb 2007 19:09:25 +0000 (+0100) Subject: useless comment X-Git-Url: http://git.shiar.nl/netris.git/commitdiff_plain/8e07b715e7538693509e8bd06247dd84ea75b7da useless comment --- diff --git a/curses.c b/curses.c index 7c95782..b4b0248 100644 --- a/curses.c +++ b/curses.c @@ -37,7 +37,6 @@ static MyEventType KeyGenFunc(EventGenRec *gen, MyEvent *event); static EventGenRec keyGen = { -// NULL, 0, FT_read, STDIN_FILENO, KeyGenFunc, EM_key NULL, 0, FT_read, STDIN_FILENO, KeyGenFunc, EM_key };