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