remve unused account_public_mask attr

This commit is contained in:
Daniel Friesel 2023-03-05 12:48:01 +01:00
parent c0fb7c1b13
commit 5d2bc54343

View file

@ -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 {