소스 검색

rm unused variable

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56503 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 년 전
부모
커밋
1b369cba64
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      misc/m.nviz.image/vector.c

+ 1 - 4
misc/m.nviz.image/vector.c

@@ -174,8 +174,7 @@ int vpoints_set_attrb(const struct GParams *params)
     int *site_list, nsites;
     int marker, color, width;
     float size;
-    char *marker_str, *color_column, *size_column, *width_column,
-	 *marker_column, *placement;
+    char *marker_str, *color_column, *size_column, *width_column, *marker_column;
 
     struct Colors colors;
     
@@ -197,8 +196,6 @@ int vpoints_set_attrb(const struct GParams *params)
 	marker_column = params->vpoint_marker_column->answers ?
 	    params->vpoint_marker_column->answers[i] : NULL;
 	marker = GP_str_to_marker(marker_str);
-	placement = params->vpoint_mode->answers ?
-	    params->vpoint_mode->answers[i] : NULL;
 
         if (with_z) {
 	    if (strcmp(params->vpoint_mode->answers[i], "surface") == 0)