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 {
public get() = GetMenuStyle;
}
property bool VoteInProgress {
public get() {
return IsVoteInProgress(this);
}
}
property int SelectionPosition {
public get() {
return GetMenuSelectionPosition();