undo hamclock changes

pull/267/head
KM4ACK 2021-04-02 18:33:41 -05:00
rodzic 94b6ec7126
commit 7af57d2386
1 zmienionych plików z 1 dodań i 6 usunięć

7
update
Wyświetl plik

@ -981,11 +981,6 @@ 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
@ -999,7 +994,7 @@ if [ -n "$HCCHECK" ]; then
sed -i 's/HAMCLOCK//' ${ADDITIONAL}
echo $HC >>${ADDITIONAL}
fi
}
PATCHECK=$(cat ${ADDITIONAL} | grep PAT)
if [ -n "$PATCHECK" ]; then