From 5d8f0305477d579e348a26afe45df39a2fd555d3 Mon Sep 17 00:00:00 2001 From: Stephan Diederich Date: Sat, 27 Jul 2013 14:38:49 +0200 Subject: [PATCH] remove initializations the runtime already does a good job at this --- Classes/BITHockeyBaseManager.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classes/BITHockeyBaseManager.m b/Classes/BITHockeyBaseManager.m index 1c7dd025c5..884add52d8 100644 --- a/Classes/BITHockeyBaseManager.m +++ b/Classes/BITHockeyBaseManager.m @@ -34,11 +34,8 @@ - (id)init { if ((self = [super init])) { - _isAppStoreEnvironment = NO; - _appIdentifier = nil; _serverURL = BITHOCKEYSDK_URL; - _navController = nil; _barStyle = UIBarStyleBlackOpaque; self.tintColor = BIT_RGBCOLOR(25, 25, 25); _modalPresentationStyle = UIModalPresentationFormSheet;