aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/asf/asffile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/asf/asffile.cpp')
-rw-r--r--taglib/asf/asffile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/taglib/asf/asffile.cpp b/taglib/asf/asffile.cpp
index cb71b580..336ef35b 100644
--- a/taglib/asf/asffile.cpp
+++ b/taglib/asf/asffile.cpp
@@ -27,8 +27,6 @@
#include <config.h>
#endif
-#ifdef WITH_ASF
-
#include <tdebug.h>
#include <tbytevectorlist.h>
#include <tstring.h>
@@ -607,4 +605,3 @@ ByteVector ASF::File::renderString(const String &str, bool includeLength)
return data;
}
-#endif