1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Settings: semi-automatic callback cleanup

This commit is contained in:
SmallJoker
2024-10-12 22:51:50 +02:00
committed by SmallJoker
parent 9f43018df2
commit e3813cf027
11 changed files with 25 additions and 78 deletions

View File

@@ -60,10 +60,7 @@ void PlayerSettings::registerSettingsCallback()
void PlayerSettings::deregisterSettingsCallback()
{
for (auto &name : PlayerSettings_names) {
g_settings->deregisterChangedCallback(name,
&PlayerSettings::settingsChangedCallback, this);
}
g_settings->deregisterAllChangedCallbacks(this);
}
void PlayerSettings::settingsChangedCallback(const std::string &name, void *data)