diff --git a/Classes/BITTelemetryContext.h b/Classes/BITTelemetryContext.h index 31b2450ea1..ca1138df56 100644 --- a/Classes/BITTelemetryContext.h +++ b/Classes/BITTelemetryContext.h @@ -91,26 +91,6 @@ FOUNDATION_EXPORT NSString *const kBITApplicationWasLaunched; */ - (instancetype)initWithInstrumentationKey:(NSString *)instrumentationKey persistence:(BITPersistence *)persistence; -///----------------------------------------------------------------------------- -/// @name Users -///----------------------------------------------------------------------------- - -/** - * Use this method to configure the current context. - * - * @param telemetryContextConfigurationBlock block gets the current context as an input. - * Within the block you can update the context object's values to up-to-date. - */ -- (void)setTelemetryContextWithConfigurationBlock:(void (^)(BITTelemetryContext *telemetryContext))telemetryContextConfigurationBlock; - -/** - * Use this method to configure the current user's context. - * - * @param userConfigurationBlock This block gets the current user as an input. - * Within the block you can update the user object's values to up-to-date. - */ -- (void)setUserWithConfigurationBlock:(void (^)(BITUser *user))userConfigurationBlock; - ///----------------------------------------------------------------------------- /// @name Network status ///-----------------------------------------------------------------------------