aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Content.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Content.kt')
-rw-r--r--src/Model/Content.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Model/Content.kt b/src/Model/Content.kt
index 709dff2b..38a42afc 100644
--- a/src/Model/Content.kt
+++ b/src/Model/Content.kt
@@ -166,9 +166,6 @@ public open class MutableContent() : Content() {
return "<empty>"
return (listOf(summary, description) + sections).joinToString()
}
-
- val isEmpty: Boolean
- get() = sections.none()
}
fun javadocSectionDisplayName(sectionName: String?): String? =