diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-10-01 14:32:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 14:32:42 +0200 |
commit | e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f (patch) | |
tree | 2261f06f517db510f9d02369a923ee629537a710 /launcher/minecraft/auth/AuthSession.h | |
parent | 898a719d3e4f8469564079aad25096864e706c36 (diff) | |
parent | 317c7b5544a0f797593c0465d927089953c2b506 (diff) | |
download | PrismLauncher-e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f.tar.gz PrismLauncher-e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f.tar.bz2 PrismLauncher-e3a147f56decaa9ae40c9a9a43e48ddfa53ecc6f.zip |
Merge pull request #1656 from Trial97/remove_mojang2
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 |