Removes unused variable
This commit is contained in:
parent
95b37e2838
commit
f62271354e
|
@ -63,8 +63,6 @@ class NewSpaceSummaryController @Inject constructor(
|
|||
homeCount: RoomAggregateNotificationCount,
|
||||
expandedStates: Map<String, Boolean>,
|
||||
) {
|
||||
val host = this
|
||||
|
||||
addHomeItem(selectedSpace == null, homeCount)
|
||||
addSpaces(spaceSummaries, selectedSpace, rootSpaces, expandedStates)
|
||||
addCreateItem()
|
||||
|
|
Loading…
Reference in New Issue