diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgCache.java')
-rw-r--r-- | main/src/cgeo/geocaching/cgCache.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/cgCache.java b/main/src/cgeo/geocaching/cgCache.java index 36fd064..351fccf 100644 --- a/main/src/cgeo/geocaching/cgCache.java +++ b/main/src/cgeo/geocaching/cgCache.java @@ -1401,10 +1401,6 @@ public class cgCache implements ICache, IWaypoint { cgBase.storeCache(activity, this, null, listId, false, handler); } - public int getZoomlevel() { - return this.zoomlevel; - } - public void setZoomlevel(int zoomlevel) { this.zoomlevel = zoomlevel; } |