Fix clang warnings about variable usage

This commit is contained in:
Rochet2
2017-04-13 00:51:17 +03:00
parent 4cc5e42562
commit 00eef91aa2
7 changed files with 7 additions and 27 deletions

View File

@@ -639,7 +639,6 @@ ElunaRegister<Player> PlayerMethods[] =
{ "GossipClearMenu", &LuaPlayer::GossipClearMenu },
// Other
{ "SendClearCooldowns", &LuaPlayer::SendClearCooldowns },
{ "SendBroadcastMessage", &LuaPlayer::SendBroadcastMessage },
{ "SendAreaTriggerMessage", &LuaPlayer::SendAreaTriggerMessage },
{ "SendNotification", &LuaPlayer::SendNotification },