[GRASS-SVN] r39221 - grass/trunk/include/vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 15 05:05:34 EDT 2009


Author: martinl
Date: 2009-09-15 05:05:33 -0400 (Tue, 15 Sep 2009)
New Revision: 39221

Modified:
   grass/trunk/include/vect/dig_structs.h
Log:
remove x-ref to Map_info (unused)


Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h	2009-09-15 07:51:30 UTC (rev 39220)
+++ grass/trunk/include/vect/dig_structs.h	2009-09-15 09:05:33 UTC (rev 39221)
@@ -152,8 +152,6 @@
     off_t last_offset;		/* offset of last read line */
 
     struct recycle *recycle;    /* recycle dead line, not implemented yet */
-
-    struct Map_info *Map;	/* X-ref to Map_info struct (needed?) */
 };
 
 /*! \brief Coor file info */



More information about the grass-commit mailing list