diff options
Diffstat (limited to 'launcher/minecraft/auth/AuthSession.h')
-rw-r--r-- | launcher/minecraft/auth/AuthSession.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/minecraft/auth/AuthSession.h b/launcher/minecraft/auth/AuthSession.h index 40519476..074b2d6e 100644 --- a/launcher/minecraft/auth/AuthSession.h +++ b/launcher/minecraft/auth/AuthSession.h @@ -24,10 +24,6 @@ struct AuthSession { GoneOrMigrated } status = Undetermined; - // client token - QString client_token; - // account user name - QString username; // combined session ID QString session; // volatile auth token |