[Cleanup] Remove unused ClientFactory in client.h (#2998)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-02-25 19:37:57 -05:00 committed by GitHub
parent 6179b7481e
commit b03e8ff0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,11 +218,6 @@ struct ClientReward
uint32 amount; uint32 amount;
}; };
class ClientFactory {
public:
Client *MakeClient(std::shared_ptr<EQStreamInterface> ieqs);
};
class Client : public Mob class Client : public Mob
{ {
public: public: