Core/Channels: remove unneeded default constructor

(cherry picked from commit 2a5548a13eaa285a34beada053ee6d55b411fe8c)
This commit is contained in:
ariel-
2016-10-07 12:05:48 -03:00
parent 8a35fb2323
commit 015bc75d75
@@ -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