Remove unused flags

old-stable24
Varun Patil 2022-10-18 13:51:28 -07:00
parent 3f53b73db1
commit 532a8ad716
1 changed files with 0 additions and 3 deletions

View File

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