8000 Merge pull request #7929 from kshramt/deadcode_fm · matplotlib/matplotlib@23b93bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 23b93bd

Browse files
authored
Merge pull request #7929 from kshramt/deadcode_fm
Remove a dead code (`font_manager.ttfdict_fnames`)
2 parents db61667 + 07b1989 commit 23b93bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ def copy(self):
926926
return FontProperties(_init=self)
927927

928928

929+
@cbook.deprecated("2.1")
929930
def ttfdict_to_fnames(d):
930931
"""
931932
flatten a ttfdict to all the filenames it contains

0 commit comments

Comments
 (0)
0