aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgCacheWrap.java
diff options
context:
space:
mode:
authorblafoo <github@blafoo.de>2011-12-21 15:41:01 +0100
committerblafoo <github@blafoo.de>2011-12-25 09:21:34 +0100
commit0f0a896d59d6acea0882ea9bcb113b294a008155 (patch)
treed6593a399ac704da2dae1ab9231c638223beefdb /main/src/cgeo/geocaching/cgCacheWrap.java
parentfa52fefb4b7440eb1011ba412eaa43e7700ff0ef (diff)
downloadcgeo-0f0a896d59d6acea0882ea9bcb113b294a008155.zip
cgeo-0f0a896d59d6acea0882ea9bcb113b294a008155.tar.gz
cgeo-0f0a896d59d6acea0882ea9bcb113b294a008155.tar.bz2
Refactored/renamed cgSearch/cgWrapCache
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