diff options
Diffstat (limited to 'src/cgeo/geocaching/mapcommon/cgeomap.java')
| -rw-r--r-- | src/cgeo/geocaching/mapcommon/cgeomap.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cgeo/geocaching/mapcommon/cgeomap.java b/src/cgeo/geocaching/mapcommon/cgeomap.java index f0e7638..eeb2017 100644 --- a/src/cgeo/geocaching/mapcommon/cgeomap.java +++ b/src/cgeo/geocaching/mapcommon/cgeomap.java @@ -339,12 +339,8 @@ public class cgeomap extends MapBase { // google analytics if (live) { - base.sendAnal(activity, "/map/live"); - followMyLocation = true; } else { - base.sendAnal(activity, "/map/normal"); - followMyLocation = false; } if (geocodeIntent != null || searchIdIntent != null || (latitudeIntent != null && longitudeIntent != null) || mapStateIntent != null) { |
