IOS-2516 Remove engineShutdownKeySync

IOS-2516
Dirk Zimmermann 2 years ago
parent e3c779d73a
commit 308e34c7b9

@ -39,8 +39,4 @@
partner:(PEPIdentity * _Nullable)partner
signal:(PEPSyncHandshakeSignal)signal;
/// Sent when the sync loop was shut down by the engine,
/// e.g. in response to leving the device group
- (void)engineShutdownKeySync;
@end

@ -24,9 +24,4 @@
return PEPStatusOK;
}
- (void)engineShutdownKeySync
{
self.engineDidShutdownKeySync = YES;
}
@end

Loading…
Cancel
Save