Remove unnecessary field
This commit is contained in:
parent
5009814fdd
commit
90e3dc914f
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ public class MapInfoWidgetsFactory {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean updateInfo(DrawSettings drawSettings) {
|
public boolean updateInfo(DrawSettings drawSettings) {
|
||||||
RulerMode mode = map.getMyApplication().getSettings().RULER_MODE.get();
|
|
||||||
OsmandMapTileView view = map.getMapView();
|
OsmandMapTileView view = map.getMapView();
|
||||||
Location currentLoc = map.getMyApplication().getLocationProvider().getLastKnownLocation();
|
Location currentLoc = map.getMyApplication().getLocationProvider().getLastKnownLocation();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue