summaryrefslogtreecommitdiff
path: root/src/ao_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_host.h')
-rw-r--r--src/ao_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao_host.h b/src/ao_host.h
index a96b7629..65c25fe5 100644
--- a/src/ao_host.h
+++ b/src/ao_host.h
@@ -112,7 +112,6 @@ const char const * const ao_state_names[] = {
};
struct ao_cmds {
- char cmd;
void (*func)(void);
const char *help;
};