Commit a11e486
committed
vo.c: don't check that driver->control is present
This check is unnecessary because vo->driver->control is already used
without checking for its presence everywhere else in vo.c, and every
driver specifies a control callback.1 parent 2e83b3b commit a11e486
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
249 | 247 | | |
250 | 248 | | |
251 | 249 | | |
| |||
0 commit comments