Windows: Remove an unused function.

This commit is contained in:
Unknown W. Brackets 2017-03-18 13:47:26 -07:00
parent 4514af9d6e
commit 0f08e90bc6
2 changed files with 0 additions and 5 deletions

View File

@ -1292,8 +1292,4 @@ namespace MainWindow {
}
return FALSE;
}
void ChangeMenu() {
SetIngameMenuItemStates(GetMenu(GetHWND()), UISTATE_INGAME);
}
}

View File

@ -10,5 +10,4 @@ namespace MainWindow {
void BrowseAndBoot(std::string defaultPath, bool browseDirectory = false);
void BrowseAndBootDone();
void setTexScalingMultiplier(int level);
void ChangeMenu();
}