diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2024-01-16 21:27:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 21:27:25 -0600 |
commit | 46c24352351be663bbbf7fff3ce328f86f09c9f6 (patch) | |
tree | f0d5328966edfc791d6febef348c3a84ed1cb77d /src/frontend_common/config.h | |
parent | 2c29c2b8dd280d0aeff432569f324cd85d83b415 (diff) | |
parent | 63b835f822e5167aa529f2c27c5df136defef6eb (diff) |
Merge pull request #12380 from flodavid/save-profile
Save configuration profile name used by players
Diffstat (limited to 'src/frontend_common/config.h')
-rw-r--r-- | src/frontend_common/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend_common/config.h b/src/frontend_common/config.h index b01631649..4798d6432 100644 --- a/src/frontend_common/config.h +++ b/src/frontend_common/config.h @@ -51,7 +51,6 @@ protected: [[nodiscard]] bool IsCustomConfig() const; void Reload(); - void Save(); /** * Derived config classes must implement this so they can reload all platform-specific |