X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/ec797c133bd83404f6167fb46c098c236333d168..45dc9d995860486f1758dcf79fd2d8cd8dfb210a:/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 };