project_files/HedgewarsMobile/Classes/DetailViewController.m
changeset 3701 8c449776ebe6
parent 3697 d5b30d6373fc
--- a/project_files/HedgewarsMobile/Classes/DetailViewController.m	Sun Aug 01 09:17:59 2010 -0400
+++ b/project_files/HedgewarsMobile/Classes/DetailViewController.m	Sun Aug 01 17:58:09 2010 +0200
@@ -15,17 +15,13 @@
 #import "CommodityFunctions.h"
 
 @implementation DetailViewController
-@synthesize controllerNames,popoverController;
+@synthesize controllerNames, popoverController;
 
 
 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation {
     return rotationManager(interfaceOrientation);
 }
 
--(void) willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{
-    self.view.frame = CGRectMake(0, 0, 1024, 1024);
-}
-
 -(void) viewDidLoad {
     self.title = NSLocalizedString(@"Settings",@"");