mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 15:22:42 +01:00
Remove unused code
This commit is contained in:
parent
1f01997141
commit
c156f893d1
1 changed files with 0 additions and 2 deletions
|
|
@ -724,8 +724,6 @@ class MediaField(object):
|
|||
'arguments mp3, mp4, asf, and etc')
|
||||
self.styles = kwargs
|
||||
|
||||
is_mediafield = True
|
||||
|
||||
def _styles(self, obj):
|
||||
if obj.type in ('mp3', 'asf'):
|
||||
styles = self.styles[obj.type]
|
||||
|
|
|
|||
Loading…
Reference in a new issue