Remove unused variable

This commit is contained in:
def 2014-01-04 03:50:56 +01:00
parent bdc14849f7
commit 5c2794fcea

View file

@ -408,8 +408,6 @@ void CGameContext::SendVoteSet(int ClientID)
void CGameContext::SendVoteStatus(int ClientID, int Total, int Yes, int No)
{
CServer* pServ = (CServer*)Server();
if (Total > VANILLA_MAX_CLIENTS)
{
Yes = float(Yes) * VANILLA_MAX_CLIENTS / float(Total);