diff --git a/taglib/fileref.cpp b/taglib/fileref.cpp index 3a7f2c65..dca69f6a 100644 --- a/taglib/fileref.cpp +++ b/taglib/fileref.cpp @@ -62,11 +62,7 @@ namespace // Templatized internal functions. T should be String or IOStream*. template - FileName toFileName(T arg) - { - debug("FileRef::toFileName(): This version should never be called."); - return FileName(L""); - } + FileName toFileName(T arg); template <> FileName toFileName(IOStream *arg) @@ -82,11 +78,7 @@ namespace template File *resolveFileType(T arg, bool readProperties, - AudioProperties::ReadStyle style) - { - debug("FileRef::resolveFileType(): This version should never be called."); - return 0; - } + AudioProperties::ReadStyle style); template <> File *resolveFileType(IOStream *arg, bool readProperties,