Navigation Menu

Skip to content

Commit

Permalink
Remove unused player_names. closes #158.
Browse files Browse the repository at this point in the history
  • Loading branch information
GraylinKim committed Nov 17, 2013
1 parent 1d03283 commit e672168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sc2reader/resources.py
Expand Up @@ -203,7 +203,6 @@ def __init__(self, replay_file, filename=None, load_level=4, engine=sc2reader.en
self.load_level = None

#default values, filled in during file read
self.player_names = list()
self.other_people = set()
self.speed = ""
self.type = ""
Expand Down

0 comments on commit e672168

Please sign in to comment.