Removed more warnings, mostly related to unused-variable
issue #121 We still have to work on unused-parameter
This commit is contained in:
parent
cf627d8327
commit
5ec07ef31f
78 changed files with 190 additions and 213 deletions
|
|
@ -517,7 +517,6 @@ void Channel::UnBan(uint64 guid)
|
|||
|
||||
void Channel::Password(Player const* player, std::string const& pass)
|
||||
{
|
||||
uint32 sec = player->GetSession()->GetSecurity();
|
||||
uint64 guid = player->GetGUID();
|
||||
|
||||
ChatHandler chat(player->GetSession());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue