summaryrefslogtreecommitdiff
path: root/src/login/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/globals.cpp')
-rw-r--r--src/login/globals.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/login/globals.cpp b/src/login/globals.cpp
index 0c8a150..4df9eda 100644
--- a/src/login/globals.cpp
+++ b/src/login/globals.cpp
@@ -42,9 +42,6 @@ namespace tmwa
Array<int, MAX_SERVERS> server_freezeflag;
Session *login_session;
// minimum level of player/GM (0: player, 1-99: gm) to connect on the server
- Array<AuthFifo, AUTH_FIFO_SIZE> auth_fifo;
- // TODO replace with auto_fifo_it
- int auth_fifo_pos = 0;
std::vector<AuthData> auth_data;
// TODO make this just be Map<AccountId, GmLevel>
Map<AccountId, GM_Account> gm_account_db;