diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-04-11 00:27:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2017-04-11 00:27:52 +0200 |
commit | 0998eca1057d059b3e9900c3028f338c50b753bb (patch) | |
tree | a6f41be857dcb99434be040174c0946255b30862 /src/server/game/Handlers/VoiceChatHandler.cpp | |
parent | d20dedebd6a322e1204fa911b4a2ddc7e2c3e67a (diff) |
Core/PacketIO: Delete opcodes removed in 7.2
Diffstat (limited to 'src/server/game/Handlers/VoiceChatHandler.cpp')
-rw-r--r-- | src/server/game/Handlers/VoiceChatHandler.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/server/game/Handlers/VoiceChatHandler.cpp b/src/server/game/Handlers/VoiceChatHandler.cpp deleted file mode 100644 index bdd0a0fdb60..00000000000 --- a/src/server/game/Handlers/VoiceChatHandler.cpp +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.org/> - * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "WorldSession.h" -#include "VoicePackets.h" - -void WorldSession::HandleVoiceSessionEnable(WorldPackets::Voice::VoiceSessionEnable& /*packet*/) -{ -} - -void WorldSession::HandleSetActiveVoiceChannel(WorldPackets::Voice::SetActiveVoiceChannel& /*packet*/) -{ -} - |