diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-04-10 22:23:23 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-04-11 15:50:34 +0200 |
| commit | 0e1a543d2dd55239204e33fb1d9072a2ed69227b (patch) | |
| tree | 75cec7533a19b6a0621f109556f139b22ce02310 | |
| parent | 0ba91885caf93dfa363b3de656a214bd031d9bc7 (diff) | |
| download | cgeo-0e1a543d2dd55239204e33fb1d9072a2ed69227b.zip cgeo-0e1a543d2dd55239204e33fb1d9072a2ed69227b.tar.gz cgeo-0e1a543d2dd55239204e33fb1d9072a2ed69227b.tar.bz2 | |
Cache order is only used internally
| -rw-r--r-- | main/src/cgeo/geocaching/cgWaypoint.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/main/src/cgeo/geocaching/cgWaypoint.java b/main/src/cgeo/geocaching/cgWaypoint.java index d70e5ae..8f9ec85 100644 --- a/main/src/cgeo/geocaching/cgWaypoint.java +++ b/main/src/cgeo/geocaching/cgWaypoint.java @@ -223,14 +223,6 @@ public class cgWaypoint implements IWaypoint, Comparable<cgWaypoint> { this.note = note; } - public int getCachedOrder() { - return cachedOrder; - } - - public void setCachedOrder(int cachedOrder) { - this.cachedOrder = cachedOrder; - } - @Override public String toString() { return name + " " + waypointType.getL10n(); |
