yWeb: drop unused lcshot

Origin commit data
------------------
Branch: ni/coolstream
Commit: b317075c14
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-10 (Sat, 10 Sep 2022)

Origin message was:
------------------
- yWeb: drop unused lcshot

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-09-10 22:20:29 +02:00
parent 6d4f1ce143
commit 10581e0e1f
3 changed files with 1 additions and 16 deletions

View File

@@ -390,19 +390,6 @@ wol()
y_format_message_html
}
# -----------------------------------------------------------
# lcd shot
# $1= optionen | leer
# -----------------------------------------------------------
do_lcshot()
{
if [ -e "$y_path_varbin/lcshot" ]; then
$y_path_varbin/lcshot $*
else
lcshot $*
fi
}
# -----------------------------------------------------------
# osd shot
# $1= fbshot | grab
@@ -501,7 +488,6 @@ case "$1" in
ext_installer) shift 1; do_ext_installer $* 2>&1 ;;
proc) shift 1; proc $* ;;
wol) shift 1; wol $* ;;
lcshot) shift 1; do_lcshot $* ;;
fbshot) shift 1; do_fbshot $* ;;
fbshot_clear) do_fbshot_clear ;;
screenshot_clear) do_screenshot_clear ;;