summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorJoseph Heenan <joseph@emobix.co.uk>2014-10-02 19:54:23 +0200
committerJoseph Heenan <joseph@emobix.co.uk>2014-10-04 08:11:35 -0500
commit986ec1d2fc07d1487c9865dc639b6a01651d6b2b (patch)
treeb135c9a71de8572e4ef289fb3882c8c6a5894fcf /platform/ios
parent1e21fc27b187af1ba1025b44d0d79a6d9901af75 (diff)
downloadmupdf-986ec1d2fc07d1487c9865dc639b6a01651d6b2b.tar.xz
iOS: Remove empty didReceiveMemoryWarning implementation
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/Classes/MuChoiceFieldController.m6
1 files changed, 0 insertions, 6 deletions
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];