Skip to content

Commit

Permalink
lsp.interactive: Removed unnecessary method for mrtree.
Browse files Browse the repository at this point in the history
  • Loading branch information
soerendomroes committed Mar 13, 2024
1 parent df1af44 commit 2c49cff
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ import org.eclipse.elk.core.options.Direction
*
*/
class MrTreeInteractiveUtil {
/**
* Sets the required options for the non interactive layout run.
*/
static def void setRequiredInteractiveOptions(KNode root) {
// TODO: Implement if needed
}

static def List<KNode> getSiblings(KNode n, KNode parent) {
val lowestParent = getLowestParent(n, parent);
Expand Down

0 comments on commit 2c49cff

Please sign in to comment.