Index: trunk/psModules/src/camera/pmFPAMosaic.c
===================================================================
--- trunk/psModules/src/camera/pmFPAMosaic.c	(revision 9584)
+++ trunk/psModules/src/camera/pmFPAMosaic.c	(revision 9596)
@@ -968,7 +968,6 @@
 // Once the demands of case 1 have been met, or case 2 has been performed, then we can create a cell to hold
 // the mosaic image.
-bool pmChipMosaic(pmChip *target,       // Target chip --- may contain only a single cell
-                  const pmChip *source  // Source chip whose cells will be mosaicked
-                 )
+
+bool pmChipMosaic(pmChip *target, const pmChip *source)
 {
     // Target exists, and has only a single cell
@@ -1066,8 +1065,5 @@
 
 
-// Same deal with the FPA
-bool pmFPAMosaic(pmFPA *target,         // Target FPA --- may contain only a single chip with a single cell
-                 const pmFPA *source    // FPA whose chips and cells will be mosaicked
-                )
+bool pmFPAMosaic(pmFPA *target, const pmFPA *source)
 {
     // Target exists, and has only a single chip with single cell
