diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-01-04 13:08:15 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-01-04 13:08:15 +0100 |
| commit | 01de707ee0f6f47cfcb576f0e82e0c65ed8e418a (patch) | |
| tree | 96ebc206fa71d1864b32107685f2754bdcde3c69 /main/src/cgeo/geocaching/Geocache.java | |
| parent | fd2664c70770a1670330b488eb01b3a976a06433 (diff) | |
| download | cgeo-01de707ee0f6f47cfcb576f0e82e0c65ed8e418a.zip cgeo-01de707ee0f6f47cfcb576f0e82e0c65ed8e418a.tar.gz cgeo-01de707ee0f6f47cfcb576f0e82e0c65ed8e418a.tar.bz2 | |
refactoring: make user actions depend on the connector
This enables the contacts addon and search by user/owner for all user
names (independent of the kind of cache). Of course, search by
user/owner still only works for GC, so one cannot find EC owner caches
that way.
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; } |
