useless comment
authorMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 19:09:25 +0000 (20:09 +0100)
committerMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 19:09:25 +0000 (20:09 +0100)
curses.c

index 7c95782f3ce4703a8fa1a6ce5998010ae702137e..b4b0248bb66338c9f7ee5f8fb5d3ed2c88102e9e 100644 (file)
--- 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
 };