From 2ebdb888f6792de70b3132950a988d49752d264e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 19 Apr 2011 14:01:19 -0700 Subject: 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 --- src/ao_cmd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ao_cmd.c') 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; -- cgit v1.2.3