Skip to content

Commit

Permalink
Remove unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Oct 18, 2022
1 parent 1a697d7 commit c62db46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ export const constants = {
FLAG_IS_FACE: 1 << 6,
FLAG_SELECTED: 1 << 7,
FLAG_LEAVING: 1 << 8,
FLAG_EXIT_LEFT: 1 << 9,
FLAG_ENTER_RIGHT: 1 << 10,
FLAG_FORCE_RELOAD: 1 << 11,
},

TagDayID: {
Expand Down

0 comments on commit c62db46

Please sign in to comment.