aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/cgWaypoint.java8
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();