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);
}
}