Remove VoteInProgress from Menu map.

This commit is contained in:
David Anderson 2014-07-05 14:36:14 -07:00
parent f18a83e03e
commit dbedd6712a

View File

@ -589,11 +589,6 @@ methodmap Menu < Handle {
property Handle Style { property Handle Style {
public get() = GetMenuStyle; public get() = GetMenuStyle;
} }
property bool VoteInProgress {
public get() {
return IsVoteInProgress(this);
}
}
property int SelectionPosition { property int SelectionPosition {
public get() { public get() {
return GetMenuSelectionPosition(); return GetMenuSelectionPosition();