diff --git a/XBMC Remote/RightMenuViewController.m b/XBMC Remote/RightMenuViewController.m index 8d3d28041..5f1935a13 100644 --- a/XBMC Remote/RightMenuViewController.m +++ b/XBMC Remote/RightMenuViewController.m @@ -500,7 +500,6 @@ - (void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*) } else if ([tableData[indexPath.row][@"label"] isEqualToString:LOCALIZED_STR(@"LED Torch")]) { UIImageView *torchIcon = (UIImageView*)[[tableView cellForRowAtIndexPath:indexPath] viewWithTag:1]; - [[tableView cellForRowAtIndexPath:indexPath] viewWithTag:1]; torchIsOn = !torchIsOn; [Utilities turnTorchOn:torchIcon on:torchIsOn]; }