Index: trunk/psLib/src/collections/psVector.h
===================================================================
--- trunk/psLib/src/collections/psVector.h	(revision 974)
+++ trunk/psLib/src/collections/psVector.h	(revision 1073)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-10 01:58:06 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-23 23:00:15 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -100,17 +100,4 @@
 );
 
-/** Deallocate a vector.
- *
- * Uses psLib memory allocation functions to deallocate a vector collection of data. The vector is deallocated
- * according to the psType type member contained within the vector.
- *
- * @return psVector*: Pointer to psVector.
- *
- */
-void psVectorFree(
-    psVector *restrict psVec  ///< Vector to free.
-);
-
-
 /** Deallocate/Dereference elements of a void pointer vector.
  *
@@ -122,6 +109,5 @@
  */
 void psVectorElementFree(
-    psVector *restrict psVec,   ///< Void pointer vector to destroy.
-    void (*elemFree)(void *)    ///< Optional callback function to remove vector elements.
+    psVector *restrict psVec    ///< Void pointer vector to destroy.
 );
 
