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