Index: trunk/Ohana/src/opihi/dvo/imphot.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/imphot.c	(revision 31635)
+++ trunk/Ohana/src/opihi/dvo/imphot.c	(revision 34088)
@@ -9,5 +9,5 @@
   char bufname[64];
   float *p;
-  double fx, fy, x, y;
+  double x, y;
   Image *image;
   Buffer *buf;
@@ -58,6 +58,6 @@
 
   if (GreyScale && Nsubset) {
-    fx = image[subset[0]].NX / 100;
-    fy = image[subset[0]].NY / 200;
+    // double fx = image[subset[0]].NX / 100;
+    // double fy = image[subset[0]].NY / 200;
     p = (float *) buf[0].matrix.buffer;
     for (y = 0; y < 200; y+=1.0) {
