Skip to content

Commit

Permalink
Remove superfluous call
Browse files Browse the repository at this point in the history
  • Loading branch information
wutschel committed Nov 10, 2022
1 parent 91c3c75 commit 1fe6191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XBMC Remote/RightMenuViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit 1fe6191

Please sign in to comment.