Remove javadoc with cards order

This commit is contained in:
Alex Sytnyk 2018-04-25 13:01:18 +03:00
parent 8d9206eeae
commit 4b29d28ebf

View file

@ -38,16 +38,6 @@ public class ExploreTabFragment extends BaseOsmAndFragment {
return mainView;
}
/**
* Cards order:
* - Download/Update
* - Open Beta
* - Edit Wiki
* - Popular Destinations
* - Maps you need
*
* @return list of generated items.
*/
private List<Object> generateItems() {
final List<Object> items = new ArrayList<>();
final OsmandApplication app = getMyApplication();