[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
-5
View File
@@ -218,11 +218,6 @@ struct ClientReward
uint32 amount;
};
class ClientFactory {
public:
Client *MakeClient(std::shared_ptr<EQStreamInterface> ieqs);
};
class Client : public Mob
{
public: