about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-21 02:42:27 +0100
committerJames Booth <boothj5@gmail.com>2013-04-21 02:42:27 +0100
commitf110a8fe3baf4149cde34d6c8fd6a3230d6a21b1 (patch)
tree4533e985919648d88b47a83dd7e0d60472114ff5 /src/ui/console.c
parenta3b861a71143036df15494a2ae734077734ef5b3 (diff)
downloadprofani-tty-f110a8fe3baf4149cde34d6c8fd6a3230d6a21b1.tar.gz
Removed cons_bad_command()
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 4931a391..cdd8641d 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -141,18 +141,6 @@ cons_bad_show(const char * const msg, ...)
 }
 
 void
-cons_bad_command(const char * const cmd)
-{
-    window_print_time(console, '-');
-    wprintw(console->win, "Unknown command: %s\n", cmd);
-
-    dirty = TRUE;
-    if (!win_current_is_console()) {
-        status_bar_new(0);
-    }
-}
-
-void
 cons_show_typing(const char * const short_from)
 {
     window_print_time(console, '-');