mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
DolphinQt/GameConfigWidget: Remove unimplemented EditUserConfig() member function
This isn't implemented anywhere, so we can remove the member function prototype.
This commit is contained in:
parent
2fd628d017
commit
dca201d5f3
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ private:
|
||||||
void LoadSettings();
|
void LoadSettings();
|
||||||
void SaveSettings();
|
void SaveSettings();
|
||||||
|
|
||||||
void EditUserConfig();
|
|
||||||
|
|
||||||
void SaveCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);
|
void SaveCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);
|
||||||
void LoadCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);
|
void LoadCheckBox(QCheckBox* checkbox, const std::string& section, const std::string& key);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue