Index: trunk/psLib/src/collections/psVector.h
===================================================================
--- trunk/psLib/src/collections/psVector.h	(revision 1073)
+++ trunk/psLib/src/collections/psVector.h	(revision 1228)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-23 23:00:15 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-15 22:18:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -49,5 +49,4 @@
         psC32   *C32;                   ///< Single-precision complex data.
         psC64   *C64;                   ///< Double-precision complex data.
-        psPTR   *PTR;                   ///< Void pointers.
         psPTR    V;                     ///< Pointer to data.
     } data;                             ///< Union for data types.
@@ -100,16 +99,4 @@
 );
 
-/** Deallocate/Dereference elements of a void pointer vector.
- *
- * Uses psLib memory allocation functions to deallocate/dereference elements of a vector of void pointers.
- * This function does not free the vector elements unless the user provides a elemFree function
- * pointer. If the elemFree function pointer is NULL, the reference cound of the elements are decremented
- * without being freed.  The vector psVec is not freed, and its elements will all be set to NULL.
- *
- */
-void psVectorElementFree(
-    psVector *restrict psVec    ///< Void pointer vector to destroy.
-);
-
 /// @}
 
