From 26b5e033ffde3d161382fc9addbfa99738379641 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 15:35:07 -0700 Subject: *Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk --- src/game/VoiceChatHandler.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game/VoiceChatHandler.cpp') diff --git a/src/game/VoiceChatHandler.cpp b/src/game/VoiceChatHandler.cpp index 6023233c444..2c9c42b459f 100644 --- a/src/game/VoiceChatHandler.cpp +++ b/src/game/VoiceChatHandler.cpp @@ -17,13 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #include "Common.h" #include "WorldPacket.h" #include "WorldSession.h" #include "Opcodes.h" #include "Log.h" - void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data ) { sLog.outDebug("WORLD: CMSG_VOICE_SESSION_ENABLE"); @@ -32,14 +30,12 @@ void WorldSession::HandleVoiceSessionEnableOpcode( WorldPacket & recv_data ) recv_data.read_skip(); recv_data.hexlike(); } - void WorldSession::HandleChannelVoiceOnOpcode( WorldPacket & recv_data ) { sLog.outDebug("WORLD: CMSG_CHANNEL_VOICE_ON"); // Enable Voice button in channel context menu recv_data.hexlike(); } - void WorldSession::HandleSetActiveVoiceChannel( WorldPacket & recv_data ) { sLog.outDebug("WORLD: CMSG_SET_ACTIVE_VOICE_CHANNEL"); -- cgit v1.2.3