mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Cleanup] Remove unused ClientFactory in client.h (#2998)
# Notes - This is unused.
This commit is contained in:
parent
6179b7481e
commit
b03e8ff0fb
@ -218,11 +218,6 @@ struct ClientReward
|
||||
uint32 amount;
|
||||
};
|
||||
|
||||
class ClientFactory {
|
||||
public:
|
||||
Client *MakeClient(std::shared_ptr<EQStreamInterface> ieqs);
|
||||
};
|
||||
|
||||
class Client : public Mob
|
||||
{
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user