project_files/HedgewarsMobile/Classes/OverlayViewController.m
changeset 3628 2b4d878ba565
parent 3627 f1da1d8fb56c
child 3629 86212d2b116a
--- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Wed Jul 07 03:03:59 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m	Wed Jul 07 03:16:12 2010 +0200
@@ -113,7 +113,6 @@
     self.view.center = CGPointMake(self.view.frame.size.height/2.0, self.view.frame.size.width/2.0);
     
     // set initial orientation
-    ///[self didRotate:[NSNotification notificationWithName:UIDeviceOrientationDidChangeNotification object:nil]];
     UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
     UIView *sdlView = [[[UIApplication sharedApplication] keyWindow] viewWithTag:12345];
     switch (orientation) {