Browse Source

vectorlib: remove duplicate comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70787 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 8 years ago
parent
commit
44b70d087d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/vector/Vlib/intersect.c

+ 0 - 2
lib/vector/Vlib/intersect.c

@@ -130,8 +130,6 @@ int Vect_segment_intersection(double ax1, double ay1, double az1, double ax2,
 
 
     /*  'Sort' each segment by x, y 
     /*  'Sort' each segment by x, y 
      *   MUST happen before D, D1, D2 are calculated */
      *   MUST happen before D, D1, D2 are calculated */
-    /*  'Sort' each segment by x, y 
-     *   MUST happen before D, D1, D2 are calculated */
     switched = 0;
     switched = 0;
     if (bx2 < bx1)
     if (bx2 < bx1)
 	switched = 1;
 	switched = 1;