diff options
author | Keith Packard <keithp@keithp.com> | 2011-04-19 14:01:19 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-04-19 14:01:19 -0700 |
commit | 2ebdb888f6792de70b3132950a988d49752d264e (patch) | |
tree | 5ed77eab9e2ecdf0c748d6de42f3986a0b8a3618 /src/ao_cmd.c | |
parent | 7f5c9986dfa2d130b6c8c14308638cce49391a6e (diff) |
altosui: Eliminate ao_cmd_filter hook
Disabling status messages means we don't need to filter them out of
the input stream.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_cmd.c')
-rw-r--r-- | src/ao_cmd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ao_cmd.c b/src/ao_cmd.c index c738a3e0..23346c3d 100644 --- a/src/ao_cmd.c +++ b/src/ao_cmd.c @@ -274,11 +274,6 @@ ao_cmd(void) for (;;) { readline(); -#if HAS_CMD_FILTER - if (ao_cmd_filter()) - continue; - cmd_i = 0; -#endif ao_cmd_lex(); ao_cmd_white(); c = ao_cmd_lex_c; |