Removed unused code.

This commit is contained in:
GaidamakUA 2015-12-08 10:19:37 +02:00
parent 973df2f6bd
commit 18423c4ee3

View file

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