Remove unused function

This commit is contained in:
Thomas Scholtes 2014-09-09 20:23:32 +02:00
parent 4ed568ba91
commit 8b73681cf3

View file

@ -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.