Index: trunk/psLib/src/fits/psFitsScale.h
===================================================================
--- trunk/psLib/src/fits/psFitsScale.h	(revision 16185)
+++ trunk/psLib/src/fits/psFitsScale.h	(revision 16197)
@@ -6,18 +6,4 @@
 #include <psType.h>
 #include <psRandom.h>
-
-/// Measure statistics on the image for the PS_FITS_SCALE_STDEV_ options
-///
-/// NB: It is the user's responsibility to call this function if there is the possibility of scaling being
-/// performed.  The reason this is required is that this function takes a mask (required for measuring the
-/// statistics properly), whereas we would like to avoid having to pass a mask to all the other FITS
-/// functions.  Therefore, since the other FITS functions don't have the mask, while the user may, it is the
-/// user's responsibility to call this function.
-bool psFitsScaleMeasure(psFits *fits,   ///< FITS file
-                        const psImage *image, ///< Image to measure
-                        const psImage *mask, ///< Mask image, or NULL
-                        psMaskType maskVal, ///< Value to mask
-                        psRandom *rng ///< Random number generator, or NULL
-    );
 
 /// Determine BSCALE and BZERO for an image
