소스 검색

vectorlib: remove duplicate comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70787 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 8 년 전
부모
커밋
44b70d087d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 
      *   MUST happen before D, D1, D2 are calculated */
-    /*  'Sort' each segment by x, y 
-     *   MUST happen before D, D1, D2 are calculated */
     switched = 0;
     if (bx2 < bx1)
 	switched = 1;