Index: /trunk/psLib/src/dataIO/psFits.h
===================================================================
--- /trunk/psLib/src/dataIO/psFits.h	(revision 3148)
+++ /trunk/psLib/src/dataIO/psFits.h	(revision 3149)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 03:15:03 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-08 00:47:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -249,4 +249,5 @@
 );
 
+#if 0
 /** Updates a FITS table.  The current HDU type must be either
  *  PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE.
@@ -265,2 +266,4 @@
 
 #endif
+
+#endif
Index: /trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.h	(revision 3148)
+++ /trunk/psLib/src/dataManip/psFunctions.h	(revision 3149)
@@ -12,6 +12,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-03 00:54:10 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-08 00:47:18 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -428,8 +428,10 @@
                                 psScalar *x);
 
+#if 0
 psF32 p_psNRSpline1DEval(psSpline1D *spline,
                          const psVector* x,
                          const psVector* y,
                          psF32 X);
+#endif
 
 /* \} */// End of MathGroup Functions
Index: /trunk/psLib/src/fileUtils/psFits.h
===================================================================
--- /trunk/psLib/src/fileUtils/psFits.h	(revision 3148)
+++ /trunk/psLib/src/fileUtils/psFits.h	(revision 3149)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 03:15:03 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-08 00:47:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -249,4 +249,5 @@
 );
 
+#if 0
 /** Updates a FITS table.  The current HDU type must be either
  *  PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE.
@@ -265,2 +266,4 @@
 
 #endif
+
+#endif
Index: /trunk/psLib/src/fits/psFits.h
===================================================================
--- /trunk/psLib/src/fits/psFits.h	(revision 3148)
+++ /trunk/psLib/src/fits/psFits.h	(revision 3149)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-18 03:15:03 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-08 00:47:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -249,4 +249,5 @@
 );
 
+#if 0
 /** Updates a FITS table.  The current HDU type must be either
  *  PS_FITS_TYPE_BINARY_TABLE or PS_FITS_TYPE_ASCII_TABLE.
@@ -265,2 +266,4 @@
 
 #endif
+
+#endif
Index: /trunk/psLib/src/math/psPolynomial.h
===================================================================
--- /trunk/psLib/src/math/psPolynomial.h	(revision 3148)
+++ /trunk/psLib/src/math/psPolynomial.h	(revision 3149)
@@ -12,6 +12,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-03 00:54:10 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-08 00:47:18 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -428,8 +428,10 @@
                                 psScalar *x);
 
+#if 0
 psF32 p_psNRSpline1DEval(psSpline1D *spline,
                          const psVector* x,
                          const psVector* y,
                          psF32 X);
+#endif
 
 /* \} */// End of MathGroup Functions
Index: /trunk/psLib/src/math/psSpline.h
===================================================================
--- /trunk/psLib/src/math/psSpline.h	(revision 3148)
+++ /trunk/psLib/src/math/psSpline.h	(revision 3149)
@@ -12,6 +12,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-03 00:54:10 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-08 00:47:18 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -428,8 +428,10 @@
                                 psScalar *x);
 
+#if 0
 psF32 p_psNRSpline1DEval(psSpline1D *spline,
                          const psVector* x,
                          const psVector* y,
                          psF32 X);
+#endif
 
 /* \} */// End of MathGroup Functions
Index: /trunk/psLib/src/sys/psTrace.h
===================================================================
--- /trunk/psLib/src/sys/psTrace.h	(revision 3148)
+++ /trunk/psLib/src/sys/psTrace.h	(revision 3149)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-07 23:26:24 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-08 00:47:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -88,7 +88,4 @@
 void psTraceReset();
 
-/// Free all nodes in the component tree.
-void psTraceFree();
-
 /// print trace levels
 void psTracePrintLevels(void);
Index: /trunk/psLib/src/sysUtils/psTrace.h
===================================================================
--- /trunk/psLib/src/sysUtils/psTrace.h	(revision 3148)
+++ /trunk/psLib/src/sysUtils/psTrace.h	(revision 3149)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-07 23:26:24 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-08 00:47:18 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -88,7 +88,4 @@
 void psTraceReset();
 
-/// Free all nodes in the component tree.
-void psTraceFree();
-
 /// print trace levels
 void psTracePrintLevels(void);
