From 986ec1d2fc07d1487c9865dc639b6a01651d6b2b Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Thu, 2 Oct 2014 19:54:23 +0200 Subject: iOS: Remove empty didReceiveMemoryWarning implementation --- platform/ios/Classes/MuChoiceFieldController.m | 6 ------ 1 file changed, 6 deletions(-) (limited to 'platform/ios/Classes') diff --git a/platform/ios/Classes/MuChoiceFieldController.m b/platform/ios/Classes/MuChoiceFieldController.m index a7587836..dce17e03 100644 --- a/platform/ios/Classes/MuChoiceFieldController.m +++ b/platform/ios/Classes/MuChoiceFieldController.m @@ -33,12 +33,6 @@ // Do any additional setup after loading the view from its nib. } -- (void)didReceiveMemoryWarning -{ - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} - - (void)dealloc { [okayBlock release]; -- cgit v1.2.3