Skip to content

Commit

Permalink
removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Eric Hollister committed Jul 31, 2015
1 parent 52cbebc commit 79c0759
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libged/nmg_kill.c
Expand Up @@ -261,12 +261,6 @@ ged_nmg_kill_v(struct ged* gedp, int argc, const char* argv[])
struct model* m;
const char* name;
point_t vt;
struct nmgregion* curr_r;
struct shell* curr_s;
struct vertex_g* curr_vg;
struct vertexuse* curr_vu;
struct edgeuse* curr_eu;
struct bn_tol tol;

static const char *usage = "kill V x y z";

Expand Down

0 comments on commit 79c0759

Please sign in to comment.