X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/21add7c13bc1df386e45aad2939ee5ff2a152c2b..4f561019fc85c2817e3a72341397d1df32bc0868:/robot.c diff --git a/robot.c b/robot.c index 23875a3..31bb5d8 100644 --- a/robot.c +++ b/robot.c @@ -30,7 +30,6 @@ #include static MyEventType RobotGenFunc(EventGenRec *gen, MyEvent *event); - static EventGenRec robotGen = { NULL, 0, FT_read, -1, RobotGenFunc, EM_robot };