Core/Channels: remove unneeded default constructor

This commit is contained in:
ariel-
2016-10-07 12:04:35 -03:00
parent 7d72366521
commit 2a5548a13e

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