Remove a long dead field.

This commit is contained in:
Bill Currie 2012-08-13 14:07:13 +09:00
parent a1a2060583
commit ae81b79390

View file

@ -49,7 +49,6 @@ typedef struct cmd_function_s {
const char *name;
xcommand_t function;
const char *description;
qboolean pure;
} cmd_function_t;
extern cmd_source_t cmd_source;