From 8b73681cf379360e9b9d4980a9ae674e27cd0dd6 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Tue, 9 Sep 2014 20:23:32 +0200 Subject: [PATCH] Remove unused function --- beets/ui/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py index d235cc758..2e61611d9 100644 --- a/beets/ui/__init__.py +++ b/beets/ui/__init__.py @@ -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.