summaryrefslogtreecommitdiff
path: root/lib/Travelynx.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-22 12:33:02 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-22 12:33:02 +0100
commit8e94fcea5ff99023c108da0f58abb421f16454e8 (patch)
tree160df6bf04d36b8914d5ed156d50673092beecd1 /lib/Travelynx.pm
parent59e9a24aa63d0209ea301b2c4aa71687e8295be6 (diff)
move token type to ID map from Travelynx.pm to Model/Users
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-xlib/Travelynx.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index 9bd6ebe..6aea580 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -160,17 +160,6 @@ sub startup {
);
$self->attr(
- token_type => sub {
- return {
- status => 1,
- history => 2,
- travel => 3,
- import => 4,
- };
- }
- );
-
- $self->attr(
account_public_mask => sub {
return {
status_intern => 0x01,