Removed unused class.
This commit is contained in:
parent
5df6c225ef
commit
cf9ce6674c
@ -165,19 +165,4 @@ public:
|
||||
} // toString
|
||||
}; // TransportAddress
|
||||
|
||||
// ============================================================================
|
||||
/*! \class PlayerLogin
|
||||
* \brief Contains the information needed to authenticate a user.
|
||||
*/
|
||||
class PlayerLogin : public CallbackObject
|
||||
{
|
||||
public:
|
||||
PlayerLogin() {}
|
||||
~PlayerLogin() { username.clear(); password.clear(); }
|
||||
|
||||
std::string username; //!< Username of the player
|
||||
std::string password; //!< Password of the player
|
||||
}; // class PlayerLogin
|
||||
|
||||
|
||||
#endif // TYPES_HPP
|
||||
|
Loading…
Reference in New Issue
Block a user