X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Fsave%2FGpxCacherList.java;fp=tim%2Fprune%2Fsave%2FGpxCacherList.java;h=0000000000000000000000000000000000000000;hb=140e9d165f85c3d4f0435a311e091209313faa2a;hp=126c22d94066e95e5599be96740085219c20a00f;hpb=c0387c124840c9407e040600fda88f3c3e8f6aa6;p=GpsPrune.git diff --git a/tim/prune/save/GpxCacherList.java b/tim/prune/save/GpxCacherList.java deleted file mode 100644 index 126c22d..0000000 --- a/tim/prune/save/GpxCacherList.java +++ /dev/null @@ -1,68 +0,0 @@ -package tim.prune.save; - -import tim.prune.data.DataPoint; -import tim.prune.data.FileInfo; -import tim.prune.data.SourceInfo; - -/** - * Class to hold a list of GpxCacher objects - * and get the original source xml for data points - */ -public class GpxCacherList -{ - /** Array of Gpx Cachers */ - private GpxCacher[] _cacherList = null; - - /** - * Constructor - * @param inInfo file info object - */ - public GpxCacherList(FileInfo inInfo) - { - int numFiles = inInfo.getNumFiles(); - _cacherList = new GpxCacher[numFiles]; - for (int i=0; i