remve unused account_public_mask attr
This commit is contained in:
parent
c0fb7c1b13
commit
5d2bc54343
1 changed files with 0 additions and 14 deletions
|
@ -159,20 +159,6 @@ sub startup {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
# TODO unused
|
|
||||||
$self->attr(
|
|
||||||
account_public_mask => sub {
|
|
||||||
return {
|
|
||||||
status_intern => 0x01,
|
|
||||||
status_extern => 0x02,
|
|
||||||
status_comment => 0x04,
|
|
||||||
history_intern => 0x10,
|
|
||||||
history_latest => 0x20,
|
|
||||||
history_full => 0x40,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
# TODO unused
|
# TODO unused
|
||||||
$self->attr(
|
$self->attr(
|
||||||
journey_edit_mask => sub {
|
journey_edit_mask => sub {
|
||||||
|
|
Loading…
Reference in a new issue