Skip to content

Commit

Permalink
remove unused getJBrowseRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 8, 2023
1 parent 5f9e9d8 commit acec95e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/util/index.ts
Expand Up @@ -219,10 +219,6 @@ export function getSession(node: IAnyStateTreeNode) {
}
}

export function getJBrowseRoot(node: IAnyStateTreeNode) {
return getParent(getSession(node))
}

/** get the state model of the view in the state tree that contains the given node */
export function getContainingView(node: IAnyStateTreeNode) {
try {
Expand Down

0 comments on commit acec95e

Please sign in to comment.