Commit 87ac5e9
committed
MNT: Remove unused eventson context from artist property update
The attribute `eventson` was introduced in 79aa291. While it was
set on and off in various places, there has never been any code that
made logic depend on its state. The attribute itself was removed in
#18910, but its toggling through the context manager was overlooked
there.
Note: There is another `eventson` in widgets.py, which is completely
independent on this here, because widgets are not Artists.1 parent e3776e9 commit 87ac5e9
1 file changed
Lines changed: 12 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
1232 | | - | |
1233 | | - | |
1234 | | - | |
1235 | | - | |
1236 | | - | |
1237 | | - | |
1238 | | - | |
1239 | | - | |
1240 | | - | |
1241 | | - | |
1242 | | - | |
1243 | | - | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
1244 | 1243 | | |
1245 | 1244 | | |
1246 | 1245 | | |
| |||
0 commit comments