minor refactoring

This commit is contained in:
Lennart K
2025-07-10 10:51:59 +02:00
parent eae8e7d768
commit b02f7c427a
5 changed files with 4 additions and 13 deletions

View File

@@ -69,7 +69,6 @@ impl Resource for CalendarObjectResource {
}
fn get_displayname(&self) -> Option<&str> {
// TODO: Extract summary from object
None
}