Index: trunk/archive/pslib/include/psImage.h
===================================================================
--- trunk/archive/pslib/include/psImage.h	(revision 243)
+++ trunk/archive/pslib/include/psImage.h	(revision 251)
@@ -8,4 +8,5 @@
 
 /** General image manipulation functions.
+ *  These functions operate on individual 2D images
  */
 
@@ -27,6 +28,4 @@
     struct psImage *children;		///< children of this region 
     int Nchildren;			///< number of subimages 
-    struct psMetaDataSet *md;		///< metadata associated with image
-    psObjectArray *objtable;		///< objects associated with image
 } psImage;
 
