Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 11703)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 12179)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-02-08 04:17:58 $
+ * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-03-02 21:05:52 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -112,5 +112,4 @@
 ///
 psImage *psImageConvolveDirect(
-    psImage *out,                       ///< a psImage to recycle.  If NULL, a new psImage is made.
     const psImage *in,                  ///< the psImage to convolve
     const psKernel *kernel              ///< kernel to colvolve with
@@ -122,5 +121,4 @@
 /// are suitably padded to avoid wrap-around effects.
 psImage *psImageConvolveFFT(
-    psImage *out,                       ///< a psImage to recycle.  If NULL, a new psImage is made.
     const psImage *in,                  ///< the psImage to convolve
     const psKernel *kernel,             ///< kernel to colvolve with
