Index: trunk/psModules/src/camera/pmFPAUtils.c
===================================================================
--- trunk/psModules/src/camera/pmFPAUtils.c	(revision 8848)
+++ trunk/psModules/src/camera/pmFPAUtils.c	(revision 9601)
@@ -10,8 +10,5 @@
 #include "pmFPAUtils.h"
 
-// Find a chip by name; return the index
-int pmFPAFindChip(const pmFPA *fpa, // FPA in which to find the chip
-                  const char *name // Name of the chip
-                 )
+int pmFPAFindChip(const pmFPA *fpa, const char *name)
 {
     PS_ASSERT_PTR_NON_NULL(fpa, -1);
@@ -34,8 +31,6 @@
 }
 
-// Find a cell by name; return the index
-int pmChipFindCell(const pmChip *chip, // Chip in which to find the cell
-                   const char *name // Name of the cell
-                  )
+
+int pmChipFindCell(const pmChip *chip, const char *name)
 {
     PS_ASSERT_PTR_NON_NULL(chip, -1);
