Index: trunk/Ohana/src/opihi/cmd.astro/gauss.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/gauss.c	(revision 13479)
+++ trunk/Ohana/src/opihi/cmd.astro/gauss.c	(revision 34088)
@@ -5,5 +5,5 @@
   char key[20];
   int i, N, Npix, Nborder, Nspot;
-  double X, Y, Z, ZP, RA, DEC, max;
+  double X, Y, ZP, RA, DEC, max;
   int kapa;
   char *name;
@@ -58,5 +58,5 @@
     KiiCursorRead (kapa, &X, &Y, &ZP, &RA, &DEC, key);
     if (!strcasecmp (key, "Q")) break;
-    Z = get_aperture_stats (&buf[0].matrix, (int)(X+0.5), (int)(Y+0.5), Npix, Nborder, max);
+    get_aperture_stats (&buf[0].matrix, (int)(X+0.5), (int)(Y+0.5), Npix, Nborder, max);
   }
   KiiCursorOff (kapa);
