Index: trunk/Ohana/src/opihi/cmd.astro/getvel.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/getvel.c	(revision 19823)
+++ trunk/Ohana/src/opihi/cmd.astro/getvel.c	(revision 34088)
@@ -4,5 +4,4 @@
   
   int i, n, Ncurve;
-  int nx, ny;
   double L, V, Vo, dV, Bo, dB;
   double xo, yo;
@@ -29,6 +28,6 @@
 
   if ((buf = SelectBuffer (argv[1], OLDBUFFER, TRUE)) == NULL) return (FALSE);
-  nx = buf[0].matrix.Naxis[0];
-  ny = buf[0].matrix.Naxis[1];
+  // int nx = buf[0].matrix.Naxis[0];
+  // int ny = buf[0].matrix.Naxis[1];
 
   /* we expect the input image to have units of velocity, lattitude, and longitude */
