Index: trunk/psLib/src/image/psPixels.h
===================================================================
--- trunk/psLib/src/image/psPixels.h	(revision 3741)
+++ trunk/psLib/src/image/psPixels.h	(revision 3746)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-21 23:28:39 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-22 00:06:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,11 +20,4 @@
 /// @addtogroup Image
 /// @{
-
-typedef struct
-{
-    psS32 x;
-    psS32 y;
-}
-psPixelCoord;
 
 /** list of pixel coordinates
@@ -40,7 +33,6 @@
 typedef struct
 {
-    int n;
-    int nalloc;
-    psPixelCoord* data;
+    psVector *x;                       ///< x coordinate
+    psVector *y;                       ///< y coordinate
 }
 psPixels;
