Browse Source

menu: minor cleanup

Felix Paul Kühne 12 years ago
parent
commit
7301541f03
1 changed files with 1 additions and 6 deletions
  1. 1 6
      AspenProject/VLCMenuViewController.m

+ 1 - 6
AspenProject/VLCMenuViewController.m

@@ -31,10 +31,9 @@
     Reachability *_reachability;
 }
 - (void)_presentViewController:(UIViewController *)viewController;
-- (void)_dismissModalViewController;
 
 @property(nonatomic) VLCHTTPUploaderController *uploadController;
-@property(nonatomic) VLCAppDelegate *appDelegate;;
+@property(nonatomic) VLCAppDelegate *appDelegate;
 
 @end
 
@@ -187,8 +186,4 @@
         [[VLCBugreporter sharedInstance] handleBugreportRequest];
 }
 
-- (void)_dismissModalViewController
-{
-    [self dismissModalViewControllerAnimated:YES];
-}
 @end