1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00

Remove old shortcut code and fix issues

This commit is contained in:
Ted John
2021-01-16 18:04:58 +00:00
parent f2f658bf28
commit 2b3aabb8e4
15 changed files with 46 additions and 584 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenRCT2::Ui
void HandleKeyboard(bool /*isTitle*/) override
{
}
std::string GetKeyboardShortcutString(int32_t /*shortcut*/) override
std::string GetKeyboardShortcutString(std::string_view /*shortcutId*/) override
{
return std::string();
}