Index: trunk/Ohana/src/kapa/include/structures.h
===================================================================
--- trunk/Ohana/src/kapa/include/structures.h	(revision 5852)
+++ trunk/Ohana/src/kapa/include/structures.h	(revision 6684)
@@ -79,5 +79,5 @@
   int  size;
   char font[64]; 
-  char text[128];
+  char text[LABEL_MAXLEN];
 } Label;
 
@@ -88,14 +88,4 @@
 } Overlay;
   
-# if (0)
-typedef struct {
-  char      ctype[16];
-  double    crval1, crpix1, cdelt1;
-  double    crval2, crpix2, cdelt2;
-  double    pc1_1, pc1_2;
-  double    pc2_1, pc2_2;
-} Coords;
-# endif
-
 typedef struct {
   float *x, *y, *z, *dxp, *dxm, *dyp, *dym;
@@ -110,5 +100,4 @@
   char isaxis, areticks, islabel, islog;
   double fx, dfx, fy, dfy;  /* axis location on graphic */
-  char label[64];
 } Axis;
 
@@ -127,5 +116,5 @@
   double   y, dy; 
 
-  char     name[64];
+  char     name[LABEL_MAXLEN];  /* name of the section */
 
 } Layout;
