From c68875b62f2664892822ec5f4459289295c50861 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 28 Oct 2015 17:02:53 -0400 Subject: resume_ui(): Drop We won't temporarily leave the UI to run a shell as originally planned, so this function won't be necessary. --- diff --git a/src/ui.sh b/src/ui.sh index 23f9236..f3243c5 100644 --- a/src/ui.sh +++ b/src/ui.sh @@ -29,7 +29,7 @@ init_ui() ;; esac - for fn in exit_ui resume_ui show_menu show_prompt; do + for fn in exit_ui show_menu show_prompt; do eval "${fn}() { ${ui}_${fn} \"\${@}\"; }" done for fn in dbg info warn err; do diff --git a/src/ui/cli.sh b/src/ui/cli.sh index 2325c5b..55cf2fe 100644 --- a/src/ui/cli.sh +++ b/src/ui/cli.sh @@ -27,11 +27,6 @@ cli_exit_ui() : Nothing to do. } -cli_resume_ui() -{ - : Nothing to do. -} - cli_dbg() { : No output. -- cgit v0.9.1