mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Channels: remove unneeded default constructor
This commit is contained in:
@@ -46,7 +46,6 @@ class TC_GAME_API ChannelMgr
|
||||
uint32 const _team;
|
||||
|
||||
static void MakeNotOnPacket(WorldPacket* data, std::string const& name);
|
||||
ChannelMgr() = delete;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user