diff options
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/kotlin/pages/ContentNodes.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index 35ae3d10..77e6ebb2 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -255,7 +255,6 @@ data class ContentDivergentGroup( override fun transformChildren(transformer: (ContentNode) -> ContentNode): ContentDivergentGroup = copy(children = children.map(transformer).map { it as ContentDivergentInstance }) - // TODO NOW? override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentDivergentGroup = this } |