From da27d8400e1aa9f38e3c332e884416c98ac4e711 Mon Sep 17 00:00:00 2001 From: Chumva Date: Thu, 15 Mar 2018 13:38:13 +0200 Subject: [PATCH] deleted unnecessary stuff --- .../other/FavouritesBottomSheetMenuFragment.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/FavouritesBottomSheetMenuFragment.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/FavouritesBottomSheetMenuFragment.java index d86429cd5d..c9a3156cd6 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/FavouritesBottomSheetMenuFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/other/FavouritesBottomSheetMenuFragment.java @@ -36,9 +36,6 @@ public class FavouritesBottomSheetMenuFragment extends MenuBottomSheetDialogFrag private static final String IS_SORTED = "sorted"; private static final String SORTED_BY_TYPE = "sortedByType"; - private boolean target; - private boolean intermediate; - private Location location; private Float heading; private List favouritePoints;