remove hamclock size options

pull/267/head
KM4ACK 2021-04-02 15:43:12 -05:00
rodzic dabeeae2ca
commit 265b6ea030
1 zmienionych plików z 6 dodań i 0 usunięć

6
update
Wyświetl plik

@ -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