diff --git a/plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/mrtree/MrTreeInteractiveUtil.xtend b/plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/mrtree/MrTreeInteractiveUtil.xtend index 20b6270db..4505b73f5 100644 --- a/plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/mrtree/MrTreeInteractiveUtil.xtend +++ b/plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/interactive/mrtree/MrTreeInteractiveUtil.xtend @@ -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 getSiblings(KNode n, KNode parent) { val lowestParent = getLowestParent(n, parent);