Skip to content

Commit

Permalink
funtab struct also unused
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Dec 7, 2024
1 parent 8979f7e commit 9f79e7b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/mged/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@
#include "./mged_dm.h"
#include "./sedit.h"

struct funtab {
char *ft_name;
char *ft_parms;
char *ft_comment;
int (*ft_func)(int, const char **);
int ft_min;
int ft_max;
int tcl_converted;
};



extern void mged_finish(struct mged_state *s, int exitcode); /* in mged.c */
extern void update_grids(struct mged_state *s, fastf_t sf); /* in grid.c */
extern void set_localunit_TclVar(struct mged_state *s); /* in chgmodel.c */
Expand Down

0 comments on commit 9f79e7b

Please sign in to comment.