Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-07-27 21:11:17 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:51 +0300
commit17c5cb89cde15a3940656cddc2967025abe343f6 (patch)
tree2fdac1dea0aadb3bf431e07108efe6502bc59831 /iphone/Maps/Classes/CustomAlert
parent25c3a74209bff1a0ce1e61d5541058b3124db37f (diff)
Removed unused code and useless event tracking.
Diffstat (limited to 'iphone/Maps/Classes/CustomAlert')
-rw-r--r--iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm b/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm
index 8e67134d83..22410fd51a 100644
--- a/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm
@@ -11,8 +11,6 @@
#import "UIKitCategories.h"
#import "3party/Alohalytics/src/alohalytics_objc.h"
-#include "map/dialog_settings.hpp"
-
extern NSString * const kUDAlreadyRatedKey;
extern NSString * const kRateAlertEventName = @"rateAlertEvent";
@@ -154,7 +152,6 @@ static NSString * const kRateAlertNibName = @"MWMRateAlert";
}
completion:^(BOOL finished)
{
- dlg_settings::SaveResult(dlg_settings::AppStore, dlg_settings::OK);
[[UIApplication sharedApplication] rateVersionFrom:@"ios_pro_popup"];
[self close];
[self setupAlreadyRatedInUserDefaults];