aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgCacheWrap.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgCacheWrap.java')
-rw-r--r--main/src/cgeo/geocaching/cgCacheWrap.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/main/src/cgeo/geocaching/cgCacheWrap.java b/main/src/cgeo/geocaching/cgCacheWrap.java
deleted file mode 100644
index b1ccb12..0000000
--- a/main/src/cgeo/geocaching/cgCacheWrap.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package cgeo.geocaching;
-
-import cgeo.geocaching.enumerations.StatusCode;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * List of caches
- */
-public class cgCacheWrap {
- public StatusCode error = null;
- public String url = "";
- public String[] viewstates = null;
- public int totalCnt = 0;
- public List<cgCache> cacheList = new ArrayList<cgCache>();
-} \ No newline at end of file