summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/cmd.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/cmd.sh b/lib/cmd.sh
index b7a881b..1df69bd 100644
--- a/lib/cmd.sh
+++ b/lib/cmd.sh
@@ -37,24 +37,6 @@ load_cmds()
done
}
-cmd_summary()
-{
- if [ "x${loading_cmd}" = 'x' ]; then
- return 125
- fi
-
- eval "cmd_${loading_cmd}_summary='${1}'"
-}
-
-cmd_usage()
-{
- if [ "x${loading_cmd}" = 'x' ]; then
- return 125
- fi
-
- eval "cmd_${loading_cmd}_usage='${1}'"
-}
-
print_cmd_summaries()
{
local padding cmd summary