Browse Source

Remove obsolete internal subcommands

Alois Mahdal 6 years ago
parent
commit
25f106da35
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/saturnin.sh.skel

+ 0
- 3
src/saturnin.sh.skel View File

@@ -291,9 +291,6 @@ saturnin__main() {
291 291
     debug -v SATURNIN_APP_VERSION SATURNIN_CONF_PATH
292 292
     case "$subcommand" in
293 293
         conf)    saturnin__conf "$@"                ;;
294
-        _ls_sc)  saturnin__lssc                     ;;
295
-        _lsfun)  shellfu-get lsfun                  ;;
296
-        _lsmod)  shellfu-get lsmod                  ;;
297 294
         *)       saturnin__runsc "$subcommand" "$@" ;;
298 295
     esac
299 296
 }