Removed unused class.

This commit is contained in:
hiker 2015-10-28 17:08:01 +11:00
parent 5df6c225ef
commit cf9ce6674c

View File

@ -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