Commit 9f75fa8
committed
Remove dead code from margin and element_text setup
margin.setup() assigned themeable_name to self but the attribute was
never read anywhere in the repo, and element_text.setup() reassigned
m to the return value of m.setup(...) which is None. Both are no-ops
that only work because margin.setup mutates in place.1 parent 0976614 commit 9f75fa8
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments