mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 05:21:12 +00:00
Delete unused functions in TimelineDatasource.swift (#2037)
This commit is contained in:
parent
1f56fa1b9b
commit
e9a2d3e151
1 changed files with 0 additions and 8 deletions
|
@ -32,10 +32,6 @@ actor TimelineDatasource {
|
|||
}
|
||||
}
|
||||
|
||||
func count() -> Int {
|
||||
statuses.count
|
||||
}
|
||||
|
||||
func reset() {
|
||||
statuses = []
|
||||
}
|
||||
|
@ -52,10 +48,6 @@ actor TimelineDatasource {
|
|||
self.statuses = statuses
|
||||
}
|
||||
|
||||
func append(_ status: Status) {
|
||||
statuses.append(status)
|
||||
}
|
||||
|
||||
func append(contentOf: [Status]) {
|
||||
statuses.append(contentsOf: contentOf)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue