diff --git a/proto/cheby/print_latex.py b/proto/cheby/print_latex.py index f8be6ae2..e9b8d0c1 100644 --- a/proto/cheby/print_latex.py +++ b/proto/cheby/print_latex.py @@ -27,7 +27,7 @@ def escape_printable(text): return text -def print_reg(fd, r, raw, print_reg_drawing, word_size): +def print_reg(fd, r, raw, print_reg_drawing): ACCESSES = { "rw": "read/write", "wo": "write-only",