Index: trunk/psModules/src/imcombine/pmStack.c
===================================================================
--- trunk/psModules/src/imcombine/pmStack.c	(revision 16607)
+++ trunk/psModules/src/imcombine/pmStack.c	(revision 16608)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-02-22 19:50:56 $
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-02-22 20:05:17 $
  *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
  *
@@ -43,8 +43,4 @@
     psVector *weights;                  // Pixel weights
     psVector *sort;                     // Buffer for sorting (to get a robust estimator of the standard dev)
-#if 0
-    int x0, y0;                         // Offset from original image to combination region
-    int nx, ny;                         // Number of pixels to combine
-#endif
 } combineBuffer;
 
@@ -69,12 +65,4 @@
     buffer->weights = psVectorAlloc(numImages, PS_TYPE_F32);
     buffer->sort = psVectorAlloc(numImages, PS_TYPE_F32);
-
-#if 0
-    buffer->x0 = 0;
-    buffer->y0 = 0;
-    buffer->nx = 0;
-    buffer->ny = 0;
-#endif
-
     return buffer;
 }
