Browse Source

ios: remove needless method

We just call the parent class' method, so just get rid of it.
master
Saúl Ibarra Corretgé 7 years ago
parent
commit
63d661ad5e
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      ios/app/src/ViewController.m

+ 0
- 4
ios/app/src/ViewController.m View File

@@ -22,10 +22,6 @@
22 22
 
23 23
 @implementation ViewController
24 24
 
25
-- (void)didReceiveMemoryWarning {
26
-    [super didReceiveMemoryWarning];
27
-}
28
-
29 25
 - (void)viewDidLoad {
30 26
     [super viewDidLoad];
31 27
 

Loading…
Cancel
Save