Skip to content

Commit

Permalink
invent_solid was only ever public as a hack for MGED - can make it pr…
Browse files Browse the repository at this point in the history
…ivate now.
  • Loading branch information
starseeker committed Dec 2, 2024
1 parent 7d9bfad commit 16a6be6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions include/ged/view.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ GED_EXPORT extern void dl_color_soltab(struct bu_list *hdlp);
GED_EXPORT extern void dl_erasePathFromDisplay(struct ged *gedp, const char *path, int allow_split);
GED_EXPORT extern struct display_list *dl_addToDisplay(struct bu_list *hdlp, struct db_i *dbip, const char *name);

GED_EXPORT extern int invent_solid(struct ged *gedp, char *name, struct bu_list *vhead, long int rgb, int copy, fastf_t transparency, int dmode, int csoltab);

/**
* Grid utility command.
*/
Expand Down
2 changes: 2 additions & 0 deletions src/libged/ged_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,8 @@ GED_EXPORT extern struct directory ** _ged_getspace(struct db_i *dbip,
size_t num_entries);


GED_EXPORT extern int invent_solid(struct ged *gedp, char *name, struct bu_list *vhead, long int rgb, int copy, fastf_t transparency, int dmode, int csoltab);

#if 0
/**
* Characterize a path specification (search command style).
Expand Down
1 change: 0 additions & 1 deletion src/libged/vdraw/vdraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@

#include "../ged_private.h"


#define REV_BU_LIST_FOR(p, structure, hp) \
(p)=BU_LIST_LAST(structure, hp); \
BU_LIST_NOT_HEAD(p, hp); \
Expand Down

0 comments on commit 16a6be6

Please sign in to comment.