From 8806f2d02bc817da3353928fe2371e73c28466aa Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 11 May 2013 13:11:42 -0700 Subject: [PATCH] remove a stray constant --- beets/library.py | 2 -- 1 file changed, 2 deletions(-) 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.