Index: trunk/psModules/src/objects/pmPSF.h
===================================================================
--- trunk/psModules/src/objects/pmPSF.h	(revision 9779)
+++ trunk/psModules/src/objects/pmPSF.h	(revision 9882)
@@ -72,24 +72,4 @@
 );
 
-
-/**
- * 
- * This function takes a collection of pmModel fitted models from across a
- * single image and builds a pmPSF representation of the PSF. The input array of
- * model fits may consist of entries to be ignored (noted by a non-zero mask
- * entry). The analysis of the models fits a 2D polynomial for each parameter to
- * the collection of model parameters as a function of position (and
- * normalization?). In this process, some of the input models may be marked as
- * outliers and excluded from the fit. These elements will be marked with a
- * specific mask value (1 == PSFTRY_MASK_OUTLIER).
- * 
- */
-bool pmPSFFromModels(
-    pmPSF *psf,                         ///< Add comment
-    psArray *models,                    ///< Add comment
-    psVector *mask                      ///< Add comment
-);
-
-
 /**
  * 
