Index: trunk/Ohana/src/opihi/include/display.h
===================================================================
--- trunk/Ohana/src/opihi/include/display.h	(revision 5846)
+++ trunk/Ohana/src/opihi/include/display.h	(revision 5850)
@@ -5,4 +5,5 @@
 # define DISPLAY_H
 
+# if (0)
 typedef struct {
   double xmin, xmax, ymin, ymax;
@@ -11,5 +12,7 @@
   Coords coords;
   int flipeast, flipnorth;
+  char axis[8], labels[8], ticks[8];
 } Graphdata;
+# endif
 
 /*** plotting functions ***/
