Remove VoteInProgress from Menu map.
This commit is contained in:
parent
f18a83e03e
commit
dbedd6712a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user