Index: trunk/Ohana/src/libohana/include/dvo.h
===================================================================
--- trunk/Ohana/src/libohana/include/dvo.h	(revision 3609)
+++ trunk/Ohana/src/libohana/include/dvo.h	(revision 4026)
@@ -17,4 +17,5 @@
 } FITS_DB;
 
+# if (0)
 /* the standard astrometric coordinates structure */
 typedef struct {
@@ -28,4 +29,5 @@
   char     Npolyterms;
 } Coords;  /* 120 bytes / Coords */
+# endif
 
 /* in fits_db.c */
@@ -39,5 +41,5 @@
 int   fits_db_update              PROTO((FITS_DB *db, VTable *vtable));
 
-/* in coords.c */
+/* in coords.c, using libautocode/def/coords.d */
 int  XY_to_RD (double *ra, double *dec, double x,  double y,   Coords *coords);
 int  RD_to_XY (double *x,  double *y,   double ra, double dec, Coords *coords);
