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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user