Revert this as this change isn't BC

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@620850 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2007-01-07 15:31:01 +00:00
parent b9c7c6ae5f
commit a3d8b6be8b
2 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ namespace TagLib {
class FileTypeResolver
{
public:
virtual ~FileTypeResolver() {}
/*!
* This method must be overridden to provide an additional file type
* resolver. If the resolver is able to determine the file type it should

View File

@ -55,7 +55,6 @@ namespace TagLib {
class StringHandler
{
public:
virtual ~StringHandler(){}
/*!
* Decode a string from \a data. The default implementation assumes that
* \a data is an ISO-8859-1 (Latin1) character array.