Commit dbd779d
committed
Make AbstractSlide.set_cache() non-abstract
It was added in 1.2.0, so any older third-party subclass may not implement
the method. In addition, most subclasses will want this method to do
nothing, matching ImageSlide's implementation. Make the default
implementation do nothing and remove the method override from ImageSlide.
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>1 parent d821e18 commit dbd779d
1 file changed
Lines changed: 4 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
166 | 165 | | |
167 | 166 | | |
| 167 | + | |
| 168 | + | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
486 | 487 | | |
487 | 488 | | |
488 | 489 | | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | 490 | | |
498 | 491 | | |
499 | 492 | | |
| |||
0 commit comments