From 265b6ea0303a766507808204e3efd19d1761f9a6 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 2 Apr 2021 15:43:12 -0500 Subject: [PATCH] remove hamclock size options --- update | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update b/update index 0e8e855..408485b 100755 --- a/update +++ b/update @@ -964,6 +964,11 @@ if [ ${BUT} = 1 ] || [ ${BUT} = 252 ]; then exit fi +HAMCLOCKOLD(){ +#This is old code left for reference. Added as a function that is never called instead of commenting out. +#This is no longer needed as the developer of hamclock changed the way it builds. Setting to less than +#fullscreen is an option inside the application as of early 2021 + #check if hamclock is being installed HCCHECK=$(cat ${ADDITIONAL} | grep HAMCLOCK) if [ -n "$HCCHECK" ]; then @@ -977,6 +982,7 @@ if [ -n "$HCCHECK" ]; then sed -i 's/HAMCLOCK//' ${ADDITIONAL} echo $HC >>${ADDITIONAL} fi +} PATCHECK=$(cat ${ADDITIONAL} | grep PAT) if [ -n "$PATCHECK" ]; then