X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/1462010f0cd5937383b14e1e35a2a163087007f0..8e07b715e7538693509e8bd06247dd84ea75b7da:/curses.c 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 };