[GRASS-SVN] r43078 - grass/trunk/lib/vector/diglib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 12 14:02:57 EDT 2010


Author: mmetz
Date: 2010-08-12 18:02:57 +0000 (Thu, 12 Aug 2010)
New Revision: 43078

Modified:
   grass/trunk/lib/vector/diglib/file.c
Log:
add comment as reminder

Modified: grass/trunk/lib/vector/diglib/file.c
===================================================================
--- grass/trunk/lib/vector/diglib/file.c	2010-08-12 17:52:44 UTC (rev 43077)
+++ grass/trunk/lib/vector/diglib/file.c	2010-08-12 18:02:57 UTC (rev 43078)
@@ -191,6 +191,7 @@
   \return 0 not loaded
   \return -1 error
 */
+/* unused, coor file is never loaded to memory. Remove ? MM 2010 */
 int dig_file_load(struct gvfile * file)
 {
     int ret, mode, load;



More information about the grass-commit mailing list