Index: trunk/Ohana/src/opihi/dvo/fitsed.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/fitsed.c	(revision 28241)
+++ trunk/Ohana/src/opihi/dvo/fitsed.c	(revision 34088)
@@ -26,5 +26,5 @@
   off_t i, j, k, m;
   int N, done, Nfit;
-  int Nsecfilt, status;
+  int status;
   void *oldsignal;
   char name[64], line[1024], key[20];
@@ -41,5 +41,5 @@
   KapaSection magSection, resSection;
 
-  Catalog catalog, outcat;
+  Catalog catalog;
   SkyList *skylist;
   SkyRegionSelection *selection;
@@ -57,7 +57,7 @@
   catalog.secfilt = NULL;
 
-  outcat.average = NULL;
-  outcat.measure = NULL;
-  outcat.secfilt = NULL;
+  // outcat.average = NULL;
+  // outcat.measure = NULL;
+  // outcat.secfilt = NULL;
 
   SEDtable = NULL;
@@ -80,5 +80,4 @@
   /* load photcode information */
   if (!InitPhotcodes ()) goto escape;
-  Nsecfilt = GetPhotcodeNsecfilt ();
 
   /* interpret command-line options */
