Pārlūkot izejas kodu

v.segment: erase old code left after https://trac.osgeo.org/grass/changeset/71691

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71694 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 7 gadi atpakaļ
vecāks
revīzija
36476dec57
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      vector/v.segment/main.c

+ 0 - 2
vector/v.segment/main.c

@@ -238,8 +238,6 @@ int main(int argc, char **argv)
 	    Vect_cat_set(SCats, 1, id);
 
 	    if (fabs(side_offset) > 0.0) {
-		/*Vect_line_parallel(SPoints, side_offset, side_offset / 10.,
-				   TRUE, PlPoints);*/
 		Vect_line_parallel2(SPoints, side_offset, side_offset,
 				   0.0, 1, FALSE, side_offset / 10.,
 				   PlPoints);