瀏覽代碼

code clean up

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46525 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 年之前
父節點
當前提交
b99ae6aa13
共有 1 個文件被更改,包括 1 次插入7 次删除
  1. 1 7
      vector/v.in.lidar/main.c

+ 1 - 7
vector/v.in.lidar/main.c

@@ -94,7 +94,7 @@ static struct class_table class_val[] = {
 static struct class_table class_type[] = {
 static struct class_table class_type[] = {
     {5, "Synthetic"},
     {5, "Synthetic"},
     {6, "Key-point"},
     {6, "Key-point"},
-    {7, "withheld"},
+    {7, "Withheld"},
     {0, 0}
     {0, 0}
 };
 };
 
 
@@ -601,12 +601,6 @@ int main(int argc, char *argv[])
 
 
 	Vect_reset_line(Points);
 	Vect_reset_line(Points);
 	Vect_reset_cats(Cats);
 	Vect_reset_cats(Cats);
-	
-#if 0
-	x = LASPoint_GetX(LAS_point) * scale_x + offset_x;
-	y = LASPoint_GetY(LAS_point) * scale_y + offset_y;
-	z = LASPoint_GetZ(LAS_point) * scale_z + offset_z;
-#endif
 
 
 	x = LASPoint_GetX(LAS_point);
 	x = LASPoint_GetX(LAS_point);
 	y = LASPoint_GetY(LAS_point);
 	y = LASPoint_GetY(LAS_point);