Browse Source

Unused indexes

Bob Mottram 8 years ago
parent
commit
d1de9d191b
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/freedombone-controlpanel

+ 0
- 2
src/freedombone-controlpanel View File

@@ -916,14 +916,12 @@ function restore_data_from_storage {
916 916
         applist="$n $AllStr off"
917 917
         n=$[n+1]
918 918
 
919
-        util_index=0
920 919
         for a in "${utils_installed[@]}"
921 920
         do
922 921
             applist="$applist $n $a off"
923 922
             n=$[n+1]
924 923
         done
925 924
 
926
-        app_index=0
927 925
         for a in "${APPS_INSTALLED_NAMES[@]}"
928 926
         do
929 927
             applist="$applist $n $a off"