diff servlet/src/digilib/io/ImageFile.java @ 588:aee436f0549d stream

more work on stream input
author robcast
date Thu, 06 Jan 2011 14:37:50 +0100
parents 95417c4615b8
children 69bc69381ac4
line wrap: on
line diff
--- a/servlet/src/digilib/io/ImageFile.java	Thu Jan 06 11:57:32 2011 +0100
+++ b/servlet/src/digilib/io/ImageFile.java	Thu Jan 06 14:37:50 2011 +0100
@@ -36,8 +36,6 @@
 	private File file = null;
 	// file name
 	private String name = null;
-	// parent ImageSet
-	private ImageSet parent = null;
 	// parent directory
 	private Directory dir = null;
 
@@ -123,21 +121,6 @@
 		return file;
 	}
 
-	/**
-	 * @return ImageSet
-	 */
-	public ImageSet getParent() {
-		return parent;
-	}
-
-	/**
-	 * Sets the parent.
-	 * @param parent The parent to set
-	 */
-	public void setParent(ImageSet parent) {
-		this.parent = parent;
-	}
-
 	/* (non-Javadoc)
 	 * @see digilib.io.ImageInput#setSize(digilib.image.ImageSize)
 	 */