Index: trunk/psModules/src/imcombine/pmSubtraction.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtraction.h	(revision 14602)
+++ trunk/psModules/src/imcombine/pmSubtraction.h	(revision 14632)
@@ -6,6 +6,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-08-22 02:56:53 $
+ * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-23 20:38:47 $
  * Copyright 2004-207 Institute for Astronomy, University of Hawaii
  */
@@ -91,15 +91,4 @@
     );
 
-/// Given a list of pixels from the convolved image, find the corresponding (smaller subset of) pixels in the
-/// original image
-///
-/// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels
-psPixels *pmSubtractionDeconvolveMask(const psPixels *in, ///< List of pixels in the convolved image
-                                      float threshold, ///< Threshold on convolved image, 0..1
-                                      const psArray *regions, ///< Array of image regions for image
-                                      const psArray *solutions, ///< Array of solution vectors for image
-                                      const pmSubtractionKernels *kernels ///< Kernel parameters
-    );
-
 /// @}
 #endif
