From 8ecf061ae07dd335017dbfd73727aecf61d6ea91 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 6 May 2012 10:48:29 +0200 Subject: refactoring: remove some of the TODOs --- main/src/cgeo/geocaching/geopoint/Geopoint.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/src/cgeo/geocaching/geopoint') diff --git a/main/src/cgeo/geocaching/geopoint/Geopoint.java b/main/src/cgeo/geocaching/geopoint/Geopoint.java index 9d76ae3..26c80d6 100644 --- a/main/src/cgeo/geocaching/geopoint/Geopoint.java +++ b/main/src/cgeo/geocaching/geopoint/Geopoint.java @@ -359,8 +359,6 @@ public final class Geopoint implements ICoordinates, Parcelable { return null; } - //FIXME: this interface implementation is totally confusing as it returns the class itself. - // it can therefore be removed completely (and any invocation of it) without any disadvantages @Override public Geopoint getCoords() { return this; -- cgit v1.1