diff options
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
| -rw-r--r-- | main/src/cgeo/geocaching/Geocache.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java index a8662a2..156c4b6 100644 --- a/main/src/cgeo/geocaching/Geocache.java +++ b/main/src/cgeo/geocaching/Geocache.java @@ -705,10 +705,6 @@ public class Geocache implements ICache, IWaypoint { return StringUtils.defaultIfBlank(personalNote, null); } - public boolean supportsUserActions() { - return getConnector().supportsUserActions(); - } - public boolean supportsCachesAround() { return getConnector() instanceof ISearchByCenter; } |
