Removed unnecessary code.

This commit is contained in:
Joseph Prezioso Jr 2016-04-01 16:01:57 -04:00
parent 5e1003cccb
commit 6e23a17acb
1 changed files with 0 additions and 5 deletions

View File

@ -18,9 +18,4 @@ public class EloPlayer
_division = newDivision;
}
public void addRating(int toAdd)
{
Rating += toAdd;
}
}