Remove unused lines of code (BITTelemetryContext)

This commit is contained in:
Christoph Wendt
2015-09-04 11:53:34 -07:00
parent e538172f67
commit 4ba5939d8b

View File

@@ -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
///-----------------------------------------------------------------------------