Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 1261)
+++ trunk/psLib/src/image/psImage.h	(revision 1263)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-22 20:09:04 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-22 20:42:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -98,20 +98,4 @@
 );
 
-/** Create a subimage of the specified area.
- *
- * Uses psLib memory allocation functions to create an image based on a larger
- * one.
- *
- * @return psImage*: Pointer to psImage.
- *
- */
-psImage *psImageSubset(
-    psImage *out,                       ///< Subimage to return, or NULL.
-    psImage *image,                     ///< Parent image.
-    unsigned int numCols,               ///< Subimage width (<= image.nCols - col0).
-    unsigned int numRows,               ///< Subimage height (<= image.nRows - row0).
-    unsigned int col0,                  ///< Subimage col-offset (0 <= col0 < nCol).
-    unsigned int row0                   ///< Subimage row-offset (0 <= row0 < nCol).
-);
 
 /** Frees all children of a psImage.
@@ -123,21 +107,4 @@
     psImage* image
     /**< psImage in which all children shall be deallocated */
-);
-
-/** Makes a copy of a psImage
- *
- * @return psImage*  Copy of the input psImage.  This may not be equal to the
- * output parameter
- *
- */
-psImage *psImageCopy(
-    psImage* restrict output,
-    /**< if not NULL, a psImage that could be recycled.  If it can not be used,
-     *   it will be freed via psImageFree
-     */
-    const psImage *input,
-    /**< the psImage to copy */
-    psElemType type
-    /**< the desired datatype of the returned copy */
 );
 
