Index: trunk/psModules/src/objects/pmPeaks.h
===================================================================
--- trunk/psModules/src/objects/pmPeaks.h	(revision 15562)
+++ trunk/psModules/src/objects/pmPeaks.h	(revision 15984)
@@ -10,6 +10,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-11-10 01:09:20 $
+ * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-01-02 20:42:46 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -74,5 +74,4 @@
 );
 
-bool pmPeakTest(const psPtr ptr);
 bool psMemCheckPeak(psPtr ptr);
 
@@ -120,17 +119,4 @@
 
 
-/** pmCullPeaks()
- *
- * Eliminate peaks from the psList that have a peak value above the given
- * maximum, or fall outside the valid region.
- *
- */
-psList *pmCullPeaks(
-    psList *peaks,   ///< The psList of peaks to be culled
-    float maxValue,   ///< Cull peaks above this value
-    const psRegion valid                ///< Cull peaks otside this psRegion
-);
-
-
 /** pmPeaksSubset()
  *
