Qt: Purge controller bind migration

About a year and a half is long enough.
This commit is contained in:
Stenzek
2024-04-11 20:09:50 +10:00
parent fec36471b8
commit 7b93edada1
3 changed files with 0 additions and 170 deletions

View File

@ -256,9 +256,6 @@ bool IsInputSourceEnabled(SettingsInterface& si, InputSourceType type);
/// Re-parses the config and registers all hotkey and pad bindings.
void ReloadBindings(SettingsInterface& si, SettingsInterface& binding_si);
/// Migrates any bindings from the pre-InputManager configuration.
bool MigrateBindings(SettingsInterface& si);
/// Re-parses the sources part of the config and initializes any backends.
void ReloadSources(SettingsInterface& si, std::unique_lock<std::mutex>& settings_lock);