mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-01 02:22:06 +02:00
Remove auto-generated IDE crap
This commit is contained in:
@@ -256,7 +256,7 @@ contextMenuConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
UIAction *deleteAction = [UIAction actionWithTitle:@"Delete"
|
||||
image:[UIImage systemImageNamed:@"trash"]
|
||||
identifier:nil
|
||||
handler:^(__kindof UIAction * _Nonnull action) {
|
||||
handler:^(UIAction *action) {
|
||||
[self tableView:tableView
|
||||
commitEditingStyle:UITableViewCellEditingStyleDelete
|
||||
forRowAtIndexPath:indexPath];
|
||||
|
Reference in New Issue
Block a user