mirror of
https://github.com/beetbox/beets.git
synced 2026-02-03 22:12:27 +01:00
Remove unused function
This commit is contained in:
parent
4ed568ba91
commit
8b73681cf3
1 changed files with 0 additions and 7 deletions
|
|
@ -494,13 +494,6 @@ def get_replacements():
|
|||
return replacements
|
||||
|
||||
|
||||
def get_plugin_paths():
|
||||
"""Get the list of search paths for plugins from the config file.
|
||||
The value for "pluginpath" may be a single string or a list of
|
||||
strings.
|
||||
"""
|
||||
|
||||
|
||||
def _pick_format(album, fmt=None):
|
||||
"""Pick a format string for printing Album or Item objects,
|
||||
falling back to config options and defaults.
|
||||
|
|
|
|||
Loading…
Reference in a new issue