Index: trunk/Ohana/src/opihi/dvo/dmt.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/dmt.c	(revision 13479)
+++ trunk/Ohana/src/opihi/dvo/dmt.c	(revision 14590)
@@ -4,4 +4,10 @@
 int dmt (int argc, char **argv) {
   
+  // XXX this needs to be fixed: how to access different graphs at once?
+  gprint (GP_ERR, "ERROR: this function is currently disabled\n");
+  return (FALSE);
+
+# if (0)
+
   int i, m, k, N, kapa, SaveVectors;
   int Nsec, Nsecfilt, NPTS;
@@ -38,7 +44,4 @@
   }
 
-  // XXX this needs to be fixed: how to access different graphs at once?
-  gprint (GP_ERR, "ERROR: this function is currently disabled\n");
-  return (FALSE);
   if (!GetGraphData (&graphsky, &kapa, NULL)) return (FALSE);
   if (!GetGraph (&graphmode, NULL, NULL)) return (FALSE);
@@ -151,4 +154,4 @@
   }
   return (TRUE);
-
+# endif 
 }
