File tree 1 file changed +3
-14
lines changed 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -575,24 +575,13 @@ def gen_candidates():
575
575
# rcParams deprecated and automatically mapped to another key.
576
576
# Values are tuples of (version, new_name, f_old2new, f_new2old).
577
577
_deprecated_map = {}
578
-
579
578
# rcParams deprecated; some can manually be mapped to another key.
580
579
# Values are tuples of (version, new_name_or_None).
581
- _deprecated_ignore_map = {
582
- 'mpl_toolkits.legacy_colorbar' : ('3.4' , None ),
583
- }
584
-
580
+ _deprecated_ignore_map = {}
585
581
# rcParams deprecated; can use None to suppress warnings; remain actually
586
- # listed in the rcParams (not included in _all_deprecated) .
582
+ # listed in the rcParams.
587
583
# Values are tuples of (version,)
588
- _deprecated_remain_as_none = {
589
- 'animation.avconv_path' : ('3.3' ,),
590
- 'animation.avconv_args' : ('3.3' ,),
591
- 'animation.html_args' : ('3.3' ,),
592
- }
593
-
594
-
595
- _all_deprecated = {* _deprecated_map , * _deprecated_ignore_map }
584
+ _deprecated_remain_as_none = {}
596
585
597
586
598
587
@docstring .Substitution (
You can’t perform that action at this time.
0 commit comments