unused typedefs
authorMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 16:36:17 +0000 (17:36 +0100)
committerMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 16:36:17 +0000 (17:36 +0100)
netris.h

index df026d23ec23c02668913138268d5ed51c8c3b29..1af1db61bea6e27f9561af78d70dfa174993fd0a 100644 (file)
--- a/netris.h
+++ b/netris.h
@@ -84,8 +84,6 @@ typedef enum _BlockTypeA {
        BT_green, BT_cyan, BT_blue, BT_magenta, BT_red, BT_yellow, BT_white,
        BT_wall, BT_len
 } BlockTypeA;
-typedef enum _Dir { D_down, D_right, D_up, D_left } Dir;
-typedef enum _Cmd { C_end, C_forw, C_back, C_left, C_right, C_plot } Cmd;
 typedef enum _FDType { FT_read, FT_write, FT_except, FT_len } FDType;
 typedef enum _MyEventType {
        E_none, E_alarm, E_key, E_connect, E_net, E_lostConn
@@ -155,10 +153,6 @@ typedef struct _EventGenRec {
 
 MyEventType NetGenFunc(EventGenRec *gen, MyEvent *event);
 
-typedef struct _Shape {
-       char shape, rotate;
-} Shape;
-
 /* NP_startConn flags */
 #define SCF_paused  1