Index: trunk/psLib/src/math/psMinimizeLMM.h
===================================================================
--- trunk/psLib/src/math/psMinimizeLMM.h	(revision 6437)
+++ trunk/psLib/src/math/psMinimizeLMM.h	(revision 7102)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-17 00:56:48 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-10 00:49:38 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -55,5 +55,5 @@
 /** A data structure for minimization routines.
  *
- *  
+ *
  */
 typedef struct
@@ -145,13 +145,4 @@
 
 
-/** Gauss-Jordan numerical solver.
- *
- *  @return bool:   True if successful.
- */
-bool psGaussJordan(
-    psImage *a,                        ///< Matrix to be solved
-    psVector *b                        ///< Vector of values
-);
-
 /* \} */// End of MathGroup Functions
 
