Code cleanup
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#include "utility/ImageFile.h"
|
||||
|
||||
namespace utility {
|
||||
ImageFile::ImageFile(const char *file) : TagLib::File(file)
|
||||
{
|
||||
}
|
||||
ImageFile::ImageFile(const char *file) : TagLib::File(file) { }
|
||||
|
||||
TagLib::ByteVector ImageFile::data()
|
||||
{
|
||||
return readBlock(length());
|
||||
}
|
||||
TagLib::ByteVector ImageFile::data() {
|
||||
return readBlock(length());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user