From 757c0ed6a58b6604f3453bdbbe22f4ed003e3100 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Tue, 4 May 2010 12:31:13 +0100 Subject: [PATCH] no need to override didSel --- src/ViewControllers/SelectionListViewController.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ViewControllers/SelectionListViewController.m b/src/ViewControllers/SelectionListViewController.m index 784aa79..815f922 100644 --- a/src/ViewControllers/SelectionListViewController.m +++ b/src/ViewControllers/SelectionListViewController.m @@ -18,10 +18,5 @@ - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger return [super tableView:tableView numberOfRowsInSection:section] - 1; } -- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ - [super tableView:tableView didSelectRowAtIndexPath:indexPath]; - [self doneAction]; -} - @end