Index: trunk/psLib/src/imageops/psImageConvolve.h
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.h	(revision 15321)
+++ trunk/psLib/src/imageops/psImageConvolve.h	(revision 17320)
@@ -5,6 +5,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-10-17 01:49:12 $
+ * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-04-04 22:44:56 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -141,16 +141,4 @@
 );
 
-/// Convolve an image with a kernel, using the FFT
-///
-/// This is appropriate for larger kernels, where the direct convolution is slow.  The input image and kernel
-/// are suitably padded to avoid wrap-around effects.
-psImage *psImageConvolveFFT(
-    const psImage *in,                  ///< Image to convolve
-    const psImage *mask,                ///< Corresponding mask
-    psMaskType maskVal,                 ///< Value to mask
-    const psKernel *kernel,             ///< kernel to colvolve with
-    float pad                           ///< Value to use to pad the input image
-);
-
 /// Convolve a mask image with a kernel, using direct convolution
 ///
