cocoaTouch/PopoverMenuViewController.m
changeset 3357 3836a31879e7
parent 3340 96dd168b080b
child 3463 23c50be687a9
--- a/cocoaTouch/PopoverMenuViewController.m	Sun Apr 18 23:19:15 2010 +0000
+++ b/cocoaTouch/PopoverMenuViewController.m	Mon Apr 19 01:39:55 2010 +0000
@@ -23,14 +23,11 @@
 -(void) didReceiveMemoryWarning {
     // Releases the view if it doesn't have a superview.
     [super didReceiveMemoryWarning];
-    self.menuList = nil;
 }
 
 -(void) viewDidLoad {
     isPaused = NO;
-    self.tableView.allowsSelection = YES;
-    self.tableView.alwaysBounceVertical = YES;
-    self.tableView.delaysContentTouches = NO;
+
     menuList = [[NSArray alloc] initWithObjects:
                 NSLocalizedString(@"Pause Game", @""),
                 NSLocalizedString(@"Chat", @""),