diff options
| author | Rainer <rschum@web.de> | 2011-08-02 07:52:46 +0200 |
|---|---|---|
| committer | Rainer <rschum@web.de> | 2011-08-02 09:09:06 +0200 |
| commit | 62e208f0dbdecfae56694bb359267df1d146b594 (patch) | |
| tree | 490c89d902b218e5b8625ad1dae40fcb58bf33cf /src/cgeo/geocaching/mapcommon/cgeomap.java | |
| parent | e7874f99980d11d99108dec6531decea2abf060e (diff) | |
| download | cgeo-62e208f0dbdecfae56694bb359267df1d146b594.zip cgeo-62e208f0dbdecfae56694bb359267df1d146b594.tar.gz cgeo-62e208f0dbdecfae56694bb359267df1d146b594.tar.bz2 | |
Removed google analytics
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) { |
