diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index ffa7c30c0a..8d265caf61 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -289,8 +289,7 @@ rotate.ccw = LeftBracket ; Rotate building placement preview anticlockwise [hotkey.session.savedgames] delete = Delete ; Delete the selected saved game asking confirmation -reallyDelete = "Shift+Delete" ; Delete the selected saved game without confirmation -noConfirmation = Shift ; Do not ask confirmation when clicking on the delete button +noConfirmation = Shift ; Do not ask confirmation when deleting a game [hotkey.session.queueunit] ; > UNIT TRAINING 1 = "Z" ; add first unit type to queue diff --git a/binaries/data/mods/public/gui/savedgames/load.xml b/binaries/data/mods/public/gui/savedgames/load.xml index 1076bec90e..19db748650 100644 --- a/binaries/data/mods/public/gui/savedgames/load.xml +++ b/binaries/data/mods/public/gui/savedgames/load.xml @@ -36,10 +36,6 @@ - - deleteGameWithoutConfirmation(); - - Load loadGame();