aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/toolkit
diff options
context:
space:
mode:
authorScott Wheeler <scott@directededge.com>2019-09-12 11:19:39 +0200
committerScott Wheeler <scott@directededge.com>2019-09-12 11:19:57 +0200
commitf3ecfa11bbe90c9cc761185f83ae4af6649eca35 (patch)
treed402a0c3beb06f495e16ff79b3697531c5a2a50f /taglib/toolkit
parent7082b9f66b585f34287ca94c25a3bf933c6defb7 (diff)
Completely remove `StripAll` from the API
I'd imagined it being useful for calls to `strip()`, but it's not actually used there since that's an OR-ed together set of flags representing which tags to strip.
Diffstat (limited to 'taglib/toolkit')
-rw-r--r--taglib/toolkit/tfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/taglib/toolkit/tfile.h b/taglib/toolkit/tfile.h
index 3b6ff621..4243fe7a 100644
--- a/taglib/toolkit/tfile.h
+++ b/taglib/toolkit/tfile.h
@@ -67,7 +67,6 @@ namespace TagLib {
*/
enum StripTags {
StripNone, //<! Don't strip any tags
- StripAll, //<! Strip all tags
StripOthers //<! Strip all tags not explicitly referenced in method call
};