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