Skip to content

Commit

Permalink
used by noneffective code now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Mar 24, 2022
1 parent b4e30ca commit c9bbafc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ref_egads.c
Expand Up @@ -82,8 +82,7 @@ REF_STATUS ref_egads_out_level(REF_GEOM ref_geom, REF_INT out_level) {
}

#ifdef HAVE_EGADS
#if defined(HAVE_EGADS) && !defined(HAVE_EGADS_LITE) && \
defined(HAVE_EGADS_EFFECTIVE)
#if defined(HAVE_EGADS) && !defined(HAVE_EGADS_LITE)
static REF_STATUS ref_egads_free_body_objects(REF_GEOM ref_geom) {
if (NULL != ref_geom->faces) EG_free((ego *)(ref_geom->faces));
if (NULL != ref_geom->edges) EG_free((ego *)(ref_geom->edges));
Expand Down

0 comments on commit c9bbafc

Please sign in to comment.