diff --git a/beets/library.py b/beets/library.py index 49e22858b..3e9d1e6e7 100644 --- a/beets/library.py +++ b/beets/library.py @@ -35,8 +35,6 @@ from beets.util import bytestring_path, syspath, normpath, samefile,\ from beets.util.functemplate import Template import beets -MAX_FILENAME_LENGTH = 200 - # Fields in the "items" database table; all the metadata available for # items in the library. These are used directly in SQL; they are # vulnerable to injection if accessible to the user.