diff options
| author | Sven Karsten Greiner <sven@sammyshp.de> | 2011-08-26 12:01:21 -0700 |
|---|---|---|
| committer | Sven Karsten Greiner <sven@sammyshp.de> | 2011-08-26 12:01:21 -0700 |
| commit | 82bb0a38dd2e54ec19c74099458e7223e05f6820 (patch) | |
| tree | 623d30b0ea4692a3406c8e3828e7148fc5df339b /src/cgeo/geocaching/mapinterfaces/MapFactory.java | |
| parent | 3e90dc1dc01f902752377fff245b68b763bca831 (diff) | |
| parent | 587a3e76fd02a2f3bb807c607691429bfd1b977b (diff) | |
| download | cgeo-82bb0a38dd2e54ec19c74099458e7223e05f6820.zip cgeo-82bb0a38dd2e54ec19c74099458e7223e05f6820.tar.gz cgeo-82bb0a38dd2e54ec19c74099458e7223e05f6820.tar.bz2 | |
Merge pull request #289 from rsudev/master
Removed code that was only commented out in fix for #15
Diffstat (limited to 'src/cgeo/geocaching/mapinterfaces/MapFactory.java')
| -rw-r--r-- | src/cgeo/geocaching/mapinterfaces/MapFactory.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cgeo/geocaching/mapinterfaces/MapFactory.java b/src/cgeo/geocaching/mapinterfaces/MapFactory.java index 620f673..4348c40 100644 --- a/src/cgeo/geocaching/mapinterfaces/MapFactory.java +++ b/src/cgeo/geocaching/mapinterfaces/MapFactory.java @@ -21,8 +21,6 @@ public interface MapFactory { public GeoPointImpl getGeoPointBase(int latE6, int lonE6); - public OverlayImpl getOverlayBaseWrapper(OverlayBase ovlIn); - CacheOverlayItemImpl getCacheOverlayItem(cgCoord coordinate, String type); public UserOverlayItemImpl getUserOverlayItemBase(Context context, |
