Index: trunk/psModules/src/camera/pmReadoutFake.h
===================================================================
--- trunk/psModules/src/camera/pmReadoutFake.h	(revision 15815)
+++ trunk/psModules/src/camera/pmReadoutFake.h	(revision 15838)
@@ -12,9 +12,4 @@
 #include <pmPSF.h>
 
-
-//#define PAP_WORK
-
-
-#ifdef PAP_WORK
 /// Generate a fake readout from an array of sources
 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
@@ -23,19 +18,9 @@
                               const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL
                               const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL
-                              pmPSF *psf, ///< PSF for sources
+                              const pmPSF *psf, ///< PSF for sources
                               float minFlux, ///< Minimum flux to bother about; for setting source radius
                               int radius, ///< Fixed radius for sources
                               bool circularise ///< Circularise PSF model?
     );
-#else
-pmReadout *pmReadoutFakeFromSources(int numCols, int numRows, ///< Dimension of image
-                                    const psArray *sources, ///< Array of pmSource
-                                    float target, ///< Target FWHM
-                                    float minFlux ///< Minimum flux to bother about; for setting source radius
-    );
-#endif // PAP_WORK
-
-
-
 
 #endif
