Skip to content

Commit

Permalink
remove method
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-pinkau committed Dec 11, 2024
1 parent 4bd55f4 commit 5b017ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions +siibra/+items/Region.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
spaceIndex = siibra.internal.fuzzyMatching(spaceName, spaceNames);
space = obj.Parcellation.Spaces(spaceIndex);
end
function support = doesRegionSupportSpace(obj, space)
support = any(strcmp([obj.Spaces.Id], space.Id));
end
function children = children(obj)
children = obj.Parcellation.getChildRegions(obj);
end
Expand Down

0 comments on commit 5b017ac

Please sign in to comment.