src/ao_cmd: Shave off bytes from doc strings
[fw/altos] / src / ao.h
index c2d7d22bfdbc22cd0be50d4ed16f543c16a3e15b..791064e8d25c7b6c3e5e52c2e3d0c7beaf56cdb4 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -380,7 +380,6 @@ uint8_t
 ao_match_word(__code char *word);
 
 struct ao_cmds {
-       char            cmd;
        void            (*func)(void);
        const char      *help;
 };