diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgUser.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgUser.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/src/cgeo/geocaching/cgUser.java b/main/src/cgeo/geocaching/cgUser.java deleted file mode 100644 index 2249133..0000000 --- a/main/src/cgeo/geocaching/cgUser.java +++ /dev/null @@ -1,13 +0,0 @@ -package cgeo.geocaching; - -import cgeo.geocaching.geopoint.Geopoint; - -import java.util.Date; - -public class cgUser { - public Date located = null; - public String username = null; - public Geopoint coords = null; - public String action = null; - public String client = null; -} |
