mirror of
https://github.com/metabolist/metatext.git
synced 2024-12-22 21:46:28 +00:00
Remove unused property
This commit is contained in:
parent
54f8c82fcd
commit
c2e97de97b
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ class IdentitiesService {
|
||||||
@Published var mostRecentlyUsedIdentityID: UUID?
|
@Published var mostRecentlyUsedIdentityID: UUID?
|
||||||
|
|
||||||
private let environment: AppEnvironment
|
private let environment: AppEnvironment
|
||||||
private var cancellables = Set<AnyCancellable>()
|
|
||||||
|
|
||||||
init(environment: AppEnvironment) {
|
init(environment: AppEnvironment) {
|
||||||
self.environment = environment
|
self.environment = environment
|
||||||
|
|
Loading…
Reference in a new issue