that wasn't meant to get checked in. it came from an aborted change to

how commands get register.
This commit is contained in:
Bill Currie 2002-04-14 22:52:52 +00:00
parent c3da90fce0
commit 49deaf2661

View file

@ -792,7 +792,6 @@ typedef struct cmd_function_s {
const char *name;
xcommand_t function;
const char *description;
void *data;
qboolean pure;
} cmd_function_t;