Unused indexes

This commit is contained in:
Bob Mottram 2016-10-24 18:12:49 +01:00
parent 767986584b
commit d1de9d191b
1 changed files with 0 additions and 2 deletions

View File

@ -916,14 +916,12 @@ function restore_data_from_storage {
applist="$n $AllStr off"
n=$[n+1]
util_index=0
for a in "${utils_installed[@]}"
do
applist="$applist $n $a off"
n=$[n+1]
done
app_index=0
for a in "${APPS_INSTALLED_NAMES[@]}"
do
applist="$applist $n $a off"