mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
HDB: Remove redundant STUBs
This commit is contained in:
parent
2178770898
commit
6500e81aab
@ -310,8 +310,6 @@ bool Menu::init() {
|
||||
}
|
||||
|
||||
void Menu::readConfig() {
|
||||
warning("STUB: readConfig: Music Config not implemented");
|
||||
|
||||
if (ConfMan.hasKey(CONFIG_MSTONE7)) {
|
||||
g_hdb->setStarsMonkeystone7(ConfMan.getInt(CONFIG_MSTONE7));
|
||||
} else {
|
||||
@ -374,8 +372,6 @@ void Menu::readConfig() {
|
||||
}
|
||||
|
||||
void Menu::writeConfig() {
|
||||
warning("STUB: writeConfig: Music Config not implemented");
|
||||
|
||||
int value;
|
||||
|
||||
value = g_hdb->getStarsMonkeystone7();
|
||||
|
Loading…
x
Reference in New Issue
Block a user