Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulojamorim committed Sep 24, 2024
1 parent 6df03f2 commit 00e79df
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,21 +421,6 @@ def check_for_cranioplasty(args):
import invesalius.constants as const
from invesalius.i18n import tr as _

surface_options = {
"method": {
"algorithm": "Default",
"options": {},
},
"options": {
"index": 0,
"name": "",
"quality": _("Optimal *"),
"fill": False,
"keep_largest": False,
"overwrite": False,
},
}

if args.cranioplasty:
from invesalius.data import slice_
from invesalius.project import Project
Expand Down

0 comments on commit 00e79df

Please sign in to comment.