Index: trunk/psLib/src/dataManip/psStats.h
===================================================================
--- trunk/psLib/src/dataManip/psStats.h	(revision 1020)
+++ trunk/psLib/src/dataManip/psStats.h	(revision 1073)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-14 19:33:09 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-23 23:00:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -88,7 +88,4 @@
 psStats *psStatsAlloc(psStatsOptions options); ///< Statistics to measure
 
-/** A destructor for the stats structure.*/
-void psStatsFree(psStats *restrict stats); ///< Stats structure to destroy
-
 /******************************************************************************
     Histogram functions and data structures.
@@ -116,9 +113,4 @@
 psHistogram * psHistogramAllocGeneric(const psVector *restrict bounds); ///< Bounds for the bins
 
-
-/** Destructor \ingroup MathGroup **/
-void psHistogramFree(psHistogram *myHist);          ///< Histogram to destroy
-
-
 /** Calculate a histogram \ingroup MathGroup **/
 psHistogram *psHistogramVector (psHistogram *out,   ///< Histogram data
