Struct: Fix mistake in Alias struct

This commit is contained in:
Martin Duquesnoy 2010-08-10 02:47:14 +02:00
parent a496d77f9e
commit d8d09f9e1a

View File

@ -350,11 +350,6 @@ typedef struct
{
char *name;
char *content;
char *role;
int screen;
int tag;
Bool free;
Bool max;
} Alias;
/* Rule struct */