From fb5b7bf17f5f3dba3c3460482e15592fcfa4cca3 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 22 Oct 2016 09:33:06 +0200 Subject: Core/Chat: coding standards --- src/server/game/Chat/Channels/Channel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/server/game/Chat/Channels/Channel.cpp b/src/server/game/Chat/Channels/Channel.cpp index 85d03ef6b1f..afaa0063a45 100644 --- a/src/server/game/Chat/Channels/Channel.cpp +++ b/src/server/game/Chat/Channels/Channel.cpp @@ -55,7 +55,6 @@ Channel::Channel(uint32 channelId, uint32 team /*= 0*/, AreaTableEntry const* zo _channelFlags |= CHANNEL_FLAG_NOT_LFG; } - Channel::Channel(std::string const& name, uint32 team /*= 0*/) : _announceEnabled(true), _ownershipEnabled(true), @@ -749,7 +748,6 @@ void Channel::Say(ObjectGuid guid, std::string const& what, uint32 lang) const }; SendToAll(builder, !info.IsModerator() ? guid : ObjectGuid::Empty); - } void Channel::Invite(Player const* player, std::string const& newname) -- cgit v1.2.3