Bläddra i källkod

Remove obsolete internal subcommands

Alois Mahdal 6 år sedan
förälder
incheckning
25f106da35
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0
    3
      src/saturnin.sh.skel

+ 0
- 3
src/saturnin.sh.skel Visa fil

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