mirror of
https://github.com/taglib/taglib.git
synced 2025-11-14 21:52:47 -05:00
rename "remove()" to "strip()" to be consistent with MPEG::File
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -207,7 +207,7 @@ APE::Tag *WavPack::File::APETag(bool create)
|
||||
return d->APETag;
|
||||
}
|
||||
|
||||
void WavPack::File::remove(int tags)
|
||||
void WavPack::File::strip(int tags)
|
||||
{
|
||||
if(tags & ID3v1) {
|
||||
delete d->ID3v1Tag;
|
||||
|
||||
@ -144,7 +144,7 @@ namespace TagLib {
|
||||
* as their memory will be freed.
|
||||
* \note In order to make the removal permanent save() still needs to be called
|
||||
*/
|
||||
void remove(int tags = AllTags);
|
||||
void strip(int tags = AllTags);
|
||||
|
||||
private:
|
||||
File(const File &);
|
||||
|
||||
Reference in New Issue
Block a user