remove forgotten robot remnants
authorMischa POSLAWSKY <netris@shiar.org>
Mon, 5 Mar 2007 18:59:38 +0000 (19:59 +0100)
committerMischa POSLAWSKY <netris@shiar.org>
Mon, 5 Mar 2007 18:59:38 +0000 (19:59 +0100)
client.c
netris.h

index 926c08bdbcd06369ef78747ef4ebc759588f00a6..6ed8087e7df9ad23c24af9c7fea8e850fec56724 100644 (file)
--- a/client.c
+++ b/client.c
@@ -133,9 +133,6 @@ void Usage(void)
                "  -t, --team <team>\tJoin a team (don't receive lines from your teammates)\n"
                "  -l, --level <lvl>\tBegin at a higher level (can be used as handicap)\n"
                "  -k, --keys <keys>\tRemap keys (default is \"%s\" for cursors)\n"
-               "\n"
-               "  -r, --robot <cmd>\tExecute program to control the game instead of keyboard\n"
-               "  -F, --fair-robot\tUse fair robot interface\n"
                "\n",
                DEFAULT_PORT, DEFAULT_KEYS
        );
index 6ed388cf58400d37936ff5c3343ea90aa5fd09d4..d6370a64faec8aa00bb1741311bd70c7c076ce55 100644 (file)
--- a/netris.h
+++ b/netris.h
@@ -128,10 +128,6 @@ typedef struct _MyEvent {
        union {
                char key;
                _netEvent net;
-               struct {
-                       int size;
-                       char *data;
-               } robot;
        } u;
 } MyEvent;