Commit 5d2bc543 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

remve unused account_public_mask attr

parent c0fb7c1b
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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
	$self->attr(
		journey_edit_mask => sub {