Skip to content

Commit

Permalink
Remove an old unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1234 committed Feb 22, 2012
1 parent 828bfe1 commit 6de511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _inner(offset):
# call it also to set self.offset and self.scale
return (_inner(offset) < 10)

def make_guess_mask(self,o=0):
def make_guess_mask(self):
a = []

for i in range(42*8):
Expand Down

0 comments on commit 6de511e

Please sign in to comment.