Index: trunk/psModules/src/imcombine/pmSubtractionThreads.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionThreads.h	(revision 19340)
+++ trunk/psModules/src/imcombine/pmSubtractionThreads.h	(revision 27365)
@@ -7,13 +7,12 @@
 /// Set up threading for image matching
 ///
-/// Sets up thread tasks, and initialises mutexes in readouts
-void pmSubtractionThreadsInit(pmReadout *in1, pmReadout *in2 // Input readouts
-    );
+/// Sets up thread tasks
+void pmSubtractionThreadsInit(void);
 
 
 /// Take down threading for image matching
 ///
-/// Destroys thread tasks, and initialises mutexes in readouts
-void pmSubtractionThreadsFinalize(pmReadout *in1, pmReadout *in2);
+/// Destroys thread tasks
+void pmSubtractionThreadsFinalize(void);
 
 #endif
