Remove publisher from corecontext

This commit is contained in:
QuentinArguillere 2024-10-17 16:44:17 +02:00
parent 8f66998a03
commit 67b5f7f563

View file

@ -363,10 +363,6 @@ final class CoreContext: ObservableObject {
mCore.removeDelegate(delegate: delegate)
}
func getCorePublisher() -> CoreDelegatePublisher? {
return mCore.publisher
}
}
// swiftlint:enable line_length