Index: trunk/psastro/src/psastro.h
===================================================================
--- trunk/psastro/src/psastro.h	(revision 21409)
+++ trunk/psastro/src/psastro.h	(revision 21422)
@@ -1,8 +1,8 @@
 /** @file psastro.h
  *
- *  @brief This file defines the library functions available to external 
- *  programs.  
+ *  @brief This file defines the library functions available to external
+ *  programs.
  *
- *  It must be included by programs which are compiled against 
+ *  It must be included by programs which are compiled against
  *  psphot functions.
  *
@@ -10,6 +10,6 @@
  *
  *  @author IfA
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2009-02-07 02:03:34 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2009-02-09 21:25:34 $
  *  Copyright 2009 Institute for Astronomy, University of Hawaii
  */
@@ -30,4 +30,5 @@
 # define SIGN(X)  (((X) == 0) ? 0 : ((fabs((double)(X))) / (X)))
 
+#if 0
 /**
  * this structure represents a fit to the logN / logS curve for a set of stars
@@ -43,4 +44,5 @@
     int sPeak;                          ///< sum of stars to peak bin
 } pmLumFunc;
+#endif
 
 bool              psastroDataSave (pmConfig *config);
@@ -95,18 +97,4 @@
 psString          psastroVersionLong(void);
 
-// psastroVisual functions
-bool psastroSetVisual (bool mode);
-bool psastroVisualClose();
-bool psastroVisualPlotLuminosityFunction (psVector *lnMag, psVector *Mag, pmLumFunc *lumFunc, pmLumFunc *rawFunc);
-bool psastroVisualPlotRawStars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
-bool psastroVisualPlotRefStars (psArray *refstars, psMetadata *recipe);
-bool psastroVisualPlotRemoveClumps (psArray *input, psImage *count, int scale, float limit);
-bool psastroVisualPlotFixChips (pmFPAfile *input, psVector *xOld, psVector *yOld);
-bool psastroVisualPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);
-bool psastroVisualPlotAstromGuessCheck (psVector *cornerPo, psVector *cornerQo, psVector *cornerPn, psVector *cornerQn, psVector *cornerPd, psVector *cornerQd);
-bool psastroVisualPlotMosaicOneChip (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);
-bool psastroVisualPlotCommonScale (pmFPA *fpa, psVector *oldScale);
-bool psastroVisualPlotMosaicMatches (psArray *rawstars, psArray *refstars, psArray *match, int iteration, psMetadata *recipe);
-
 // demo plots
 bool              psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
