Removed unused code.
This commit is contained in:
parent
973df2f6bd
commit
18423c4ee3
1 changed files with 0 additions and 3 deletions
|
@ -918,9 +918,6 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement
|
|||
if (group.getSubfolder() != null) {
|
||||
name.append(" ").append(group.getSubfolder());
|
||||
}
|
||||
if (group.isBackupedData()) {
|
||||
ctx.getString(R.string.local_indexes_cat_backup);
|
||||
}
|
||||
TextView nameView = ((TextView) v.findViewById(R.id.section_name));
|
||||
TextView sizeView = ((TextView) v.findViewById(R.id.section_description));
|
||||
List<LocalIndexInfo> list = data.get(group);
|
||||
|
|
Loading…
Reference in a new issue