Core/Channels: remove unneeded default constructor
(cherry picked from commit 2a5548a13eaa285a34beada053ee6d55b411fe8c)
This commit is contained in:
@@ -46,7 +46,6 @@ class TC_GAME_API ChannelMgr
|
||||
uint32 const _team;
|
||||
|
||||
static void SendNotOnChannelNotify(Player const* player, std::string const& name);
|
||||
ChannelMgr() = delete;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user