Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Oct 22, 2021
1 parent 94229a6 commit 943559b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/scene.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func askQuitConfirmation(cb func()) {
}

// Displays a confirmation dialog before deleting a playlist game entry
func askDeleteGameConfirmation(cb func()) {
/*func askDeleteGameConfirmation(cb func()) {
menu.oldFocus = menu.focus
menu.Push(buildYesNoDialog(
"Confirm before deleting",
Expand All @@ -279,7 +279,7 @@ func askDeletePlaylistConfirmation(cb func()) {
cb()
}))
menu.focus = len(menu.stack)
}
}*/

// Displays a confirmation dialog before deleting a savestate
func askDeleteSavestateConfirmation(cb func()) {
Expand Down

0 comments on commit 943559b

Please sign in to comment.