[Cleanup] Remove PlayerLogin_Struct from login_types.h (#3118)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-17 19:21:30 -04:00
committed by GitHub
parent 203e63101a
commit 6b8e74a29f
-7
View File
@@ -23,13 +23,6 @@ struct LoginHandShakeReply_Struct {
char unknown[1]; // variable length string
};
// for reference, login buffer is variable (minimum size 8 due to encryption)
struct PlayerLogin_Struct {
LoginBaseMessage_Struct base_header;
char username[1];
char password[1];
};
// variable length, can use directly if not serializing strings
struct PlayerLoginReply_Struct {
// base header excluded to make struct data easier to encrypt