Index: /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
===================================================================
--- /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c	(revision 26739)
+++ /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c	(revision 26740)
@@ -531,10 +531,5 @@
             while ((item = psMetadataGetAndIncrement(iter))) {
                 assert(item->type == PS_DATA_UNKNOWN);
-                // Set the normalisation dimensions, since these will be otherwise unavailable when reading
-                // the images by scans.
                 pmSubtractionKernels *kernel = item->data.V; // Kernel used in subtraction
-                kernel->numCols = readout->image->numCols;
-                kernel->numRows = readout->image->numRows;
-
                 kernels = psArrayAdd(kernels, ARRAY_BUFFER, kernel);
             }
