Index: trunk/psLib/src/math/psMinimize.h
===================================================================
--- trunk/psLib/src/math/psMinimize.h	(revision 5175)
+++ trunk/psLib/src/math/psMinimize.h	(revision 5176)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-29 02:13:54 $
+ *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-29 02:16:19 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -202,14 +202,4 @@
     psMinimizeLMChi2Func func          ///< Specified function
 );
-bool psMinimizeLMChi2_OLD(
-    psMinimization *min,               ///< Minimization specification
-    psImage *covar,                    ///< Covariance matrix
-    psVector *params,                  ///< "Best Guess" for the parameters that minimize func
-    const psVector *paramMask,         ///< Parameters to be held fixed by the minimizer
-    const psArray *x,                  ///< Measurement ordinates of multiple vectors
-    const psVector *y,                 ///< Measurement coordinates
-    const psVector *yErr,              ///< Errors in the measurement coordinates
-    psMinimizeLMChi2Func func          ///< Specified function
-);
 
 bool psMinimizeGaussNewtonDelta (
@@ -221,20 +211,4 @@
     const psVector *yErr,
     psMinimizeLMChi2Func func
-);
-
-/** Use specified alpha, beta, params to generate a new guess for Alpha, Beta, Params
- *
- *  @return psBool:   True if successful.
- */
-psBool p_psMinLM_GuessABP_OLD(
-    psImage  *Alpha,                   ///< New Alpha guess
-    psVector *Beta,                    ///< New Beta guess
-    psVector *Params,                  ///< New Params guess
-    const psImage  *alpha,             ///< Old Alpha guess
-    const psVector *beta,              ///< Old Beta guess
-    const psVector *params,            ///< Old Params guess
-    const psVector *paramMask,         ///< Param Mask
-    psF64 lambda                       ///< Factor used in update
-    //XXX Got Better Desc?
 );
 
