Skip to content

Commit

Permalink
Remove throwing an exception in ModalContainerHandler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper committed Jun 8, 2022
1 parent 3e07aec commit ab1dbe4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -81,8 +81,7 @@ public void AddChild(MC.Element child, int physicalSiblingIndex)

public void RemoveChild(MC.Element child)
{
// TODO: This could probably be implemented at some point, but it isn't needed right now
throw new NotImplementedException();
// TODO: This could probably be implemented at some point, but it isn't needed right now.
}

public bool IsParented()
Expand Down

0 comments on commit ab1dbe4

Please sign in to comment.