diff options
Diffstat (limited to 'src/cgeo/geocaching/apps/cache/navi/InternalMap.java')
| -rw-r--r-- | src/cgeo/geocaching/apps/cache/navi/InternalMap.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cgeo/geocaching/apps/cache/navi/InternalMap.java b/src/cgeo/geocaching/apps/cache/navi/InternalMap.java index 75d073e..7604598 100644 --- a/src/cgeo/geocaching/apps/cache/navi/InternalMap.java +++ b/src/cgeo/geocaching/apps/cache/navi/InternalMap.java @@ -7,7 +7,6 @@ import cgeo.geocaching.R; import cgeo.geocaching.cgCache; import cgeo.geocaching.cgGeo; import cgeo.geocaching.cgSettings; -import cgeo.geocaching.cgWarning; import cgeo.geocaching.cgWaypoint; class InternalMap extends AbstractInternalMap implements @@ -19,7 +18,7 @@ class InternalMap extends AbstractInternalMap implements @Override public boolean invoke(cgGeo geo, Activity activity, Resources res, - cgWarning warning, cgCache cache, + cgCache cache, Long searchId, cgWaypoint waypoint, Double latitude, Double longitude) { cgSettings settings = getSettings(activity); Intent mapIntent = new Intent(activity, settings.getMapFactory().getMapClass()); |
