mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-02 21:55:49 +00:00
Windows: Remove an unused function.
This commit is contained in:
parent
4514af9d6e
commit
0f08e90bc6
@ -1292,8 +1292,4 @@ namespace MainWindow {
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void ChangeMenu() {
|
||||
SetIngameMenuItemStates(GetMenu(GetHWND()), UISTATE_INGAME);
|
||||
}
|
||||
}
|
||||
|
@ -10,5 +10,4 @@ namespace MainWindow {
|
||||
void BrowseAndBoot(std::string defaultPath, bool browseDirectory = false);
|
||||
void BrowseAndBootDone();
|
||||
void setTexScalingMultiplier(int level);
|
||||
void ChangeMenu();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user