Index: trunk/ppFringe/src/ppFringeData.h
===================================================================
--- trunk/ppFringe/src/ppFringeData.h	(revision 7826)
+++ trunk/ppFringe/src/ppFringeData.h	(revision 7888)
@@ -9,5 +9,4 @@
     const char *inName;                 // Input FITS image file
     const char *outName;                // Output FITS table file
-    const char *templateName;           // Name of template output file
     int numPoints;                      // Number of fringe points
     int xWidth, yWidth;                 // Width of fringe points in x and y
@@ -17,5 +16,4 @@
     psFits *inFile;                     // Input file handle
     psFits *outFile;                    // Output file handle
-    psFits *templateFile;               // Template file handle
     pmFPA *inFPA;                       // Input FPA
 } ppFringeData;
