Skip to content

Commit

Permalink
rm unused variable
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56503 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
HamishB committed May 30, 2013
1 parent bce4b4e commit 1b369cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions misc/m.nviz.image/vector.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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)
Expand Down

0 comments on commit 1b369cb

Please sign in to comment.