Core/Channels: remove unneeded default constructor

This commit is contained in:
ariel-
2016-10-07 12:04:35 -03:00
committed by Aokromes
parent 7315052d34
commit 5fa490e3ed

View File

@@ -46,7 +46,6 @@ class TC_GAME_API ChannelMgr
uint32 const _team;
static void MakeNotOnPacket(WorldPacket* data, std::string const& name);
ChannelMgr() = delete;
};
#endif