Index: trunk/psModules/src/camera/pmFPA.h
===================================================================
--- trunk/psModules/src/camera/pmFPA.h	(revision 12696)
+++ trunk/psModules/src/camera/pmFPA.h	(revision 14201)
@@ -6,6 +6,6 @@
  * @author Eugene Magnier, IfA
  *
- * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-03-30 21:12:56 $
+ * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-07-14 03:17:18 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -41,5 +41,4 @@
     psArray *chips;                     ///< The component chips
     pmHDU *hdu;                         ///< FITS header data unit of interest, or NULL
-    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
 }
 pmFPA;
@@ -69,5 +68,4 @@
     bool data_exists;                   ///< Does the data for this chip exist (read case only)?
     pmHDU *hdu;                         ///< FITS header data unit of interest,
-    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
 }
 pmChip;
@@ -102,5 +100,4 @@
     bool data_exists;                   ///< Does the data for this cell exist (read case only)?
     pmHDU *hdu;                         ///< FITS header data unit of interest
-    bool wrote_phu;                     ///< Have we written a PHU at this level? (write case only)
 }
 pmCell;
