Index: trunk/psLib/src/image/psImage.h
===================================================================
--- trunk/psLib/src/image/psImage.h	(revision 719)
+++ trunk/psLib/src/image/psImage.h	(revision 727)
@@ -7,6 +7,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-18 23:26:26 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-19 01:20:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -107,13 +107,4 @@
 );
 
-/** Deallocate the image buffer of a psImage.
- *
- *  deallocates the image buffer while preserving the psImage struct and any children.
- *
- */
-void psImageFreePixels(
-    psImage* restrict image             ///< psImage to free pixel memory from
-);
-
 /** Frees all children of a psImage.
  *
