Index: trunk/psModules/src/camera/pmFPAHeader.c
===================================================================
--- trunk/psModules/src/camera/pmFPAHeader.c	(revision 8815)
+++ trunk/psModules/src/camera/pmFPAHeader.c	(revision 9592)
@@ -15,7 +15,5 @@
 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
-bool pmCellReadHeader(pmCell *cell,     // Cell for which to read header
-                      psFits *fits      // FITS file handle
-                     )
+bool pmCellReadHeader(pmCell *cell, psFits *fits)
 {
     PS_ASSERT_PTR_NON_NULL(cell, false);
@@ -34,7 +32,5 @@
 
 
-bool pmChipReadHeader(pmChip *chip,     // Chip for which to read header
-                      psFits *fits      // FITS file handle
-                     )
+bool pmChipReadHeader(pmChip *chip, psFits *fits)
 {
     PS_ASSERT_PTR_NON_NULL(chip, false);
@@ -58,7 +54,5 @@
 
 
-bool pmFPAReadHeader(pmFPA *fpa,        // FPA for which to read header
-                     psFits *fits       // FITS file handle
-                    )
+bool pmFPAReadHeader(pmFPA *fpa, psFits *fits)
 {
     PS_ASSERT_PTR_NON_NULL(fpa, false);
