Index: trunk/psLib/src/math/psMinimize.h
===================================================================
--- trunk/psLib/src/math/psMinimize.h	(revision 4730)
+++ trunk/psLib/src/math/psMinimize.h	(revision 4760)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-08 21:42:07 $
+ *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-08-11 23:04:32 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -183,25 +183,4 @@
 );
 
-/** Calculates the one-dimensional Gaussian in a format acceptable to the Levenberg-
- *  Marquardt minimizer routine.
- *
- *  @return psVector*:    Calculated values
- */
-psVector *psMinimizeLMChi2Gauss1D(
-    psImage *deriv,                    ///< Derivative Matrix
-    const psVector *params,            ///< Parameters used in evaluation
-    const psArray *coords              ///< Measurement coordinates
-);
-
-/** Calculates the one-dimensional Gaussian in a format acceptable to the Powell
- *  chi-squared minimizer routine.
- *
- *  @return psVector*:   Calculated values
- */
-psVector *psMinimizePowellChi2Gauss1D(
-    const psVector *params,            ///< Parameters used in evaluation
-    const psArray *coords              ///< Measurement coordinates
-);
-
 /** Specifies the format of a user-defined function that the general Powell chi-
  *  squared minimizer routine will accept.
