CoverArtImage.set_data(): fix up comment

No ref counter anymore.
This commit is contained in:
Laurent Monin
2014-05-16 16:00:23 +02:00
parent aadd248087
commit fc59e6d40e

View File

@@ -158,8 +158,6 @@ class CoverArtImage:
def set_data(self, data, filename=None):
"""Store image data in a file, if data already exists in such file
it will be re-used and no file write occurs
A reference counter is handling case where more than one
cover art image are using the same data.
"""
(self.width, self.height, self.mimetype, self.extension,
self.datalength) = imageinfo.identify(data)