From 4ba5939d8ba1f0f98e0128ded2b1835e9ad6d752 Mon Sep 17 00:00:00 2001 From: Christoph Wendt Date: Fri, 4 Sep 2015 11:53:34 -0700 Subject: [PATCH] Remove unused lines of code (BITTelemetryContext) --- Classes/BITTelemetryContext.h | 20 -------------------- 1 file changed, 20 deletions(-) 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 ///-----------------------------------------------------------------------------