[GRASS-SVN] r46880 - grass/branches/develbranch_6/include/vect

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 13:39:58 EDT 2011


Author: neteler
Date: 2011-06-30 10:39:58 -0700 (Thu, 30 Jun 2011)
New Revision: 46880

Modified:
   grass/branches/develbranch_6/include/vect/dig_structs.h
Log:
duplication fix

Modified: grass/branches/develbranch_6/include/vect/dig_structs.h
===================================================================
--- grass/branches/develbranch_6/include/vect/dig_structs.h	2011-06-30 17:32:39 UTC (rev 46879)
+++ grass/branches/develbranch_6/include/vect/dig_structs.h	2011-06-30 17:39:58 UTC (rev 46880)
@@ -684,10 +684,6 @@
    /*!
      \brief Array topo nodes
    */
-    struct P_node **Node;
-   /*!
-     \brief Array topo lines/edges
-   */
     P_NODE **Node;
    /*!
      \brief Array topo lines/edges



More information about the grass-commit mailing list