From 10581e0e1fc903f433c67cd8253c67dac2394964 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 10 Sep 2022 22:20:29 +0200 Subject: [PATCH] yWeb: drop unused lcshot Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b317075c1444f7ea90ebc513301e470e9582eb10 Author: vanhofen 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 --- data/y-web/Y_Boxcontrol_Menue.yhtm | 1 - data/y-web/Y_Version.txt | 2 +- data/y-web/scripts/Y_Tools.sh | 14 -------------- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/data/y-web/Y_Boxcontrol_Menue.yhtm b/data/y-web/Y_Boxcontrol_Menue.yhtm index a1e62db3c..9975ded02 100644 --- a/data/y-web/Y_Boxcontrol_Menue.yhtm +++ b/data/y-web/Y_Boxcontrol_Menue.yhtm @@ -132,7 +132,6 @@ function epg_plus_popup() { //]]> -{=var-set:lcshot={=find-exec:lcshot=}=}

{=L:main.boxcontrol=}

diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt index 5f00e370d..4d7d2c3d4 100644 --- a/data/y-web/Y_Version.txt +++ b/data/y-web/Y_Version.txt @@ -1,3 +1,3 @@ -version=2.9.1.08 +version=2.9.1.09 date=06.09.2022 info=NI-Neutrino diff --git a/data/y-web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh index 55d09ced7..58e7b4bc4 100644 --- a/data/y-web/scripts/Y_Tools.sh +++ b/data/y-web/scripts/Y_Tools.sh @@ -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 ;;