aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/asf/asfproperties.cpp
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2011-06-24 08:49:50 +0200
committerLukáš Lalinský <lalinsky@gmail.com>2011-06-24 08:49:50 +0200
commitdd846904cbc1ef3ee628d77f0c9df88ef8967816 (patch)
treea7368c104b65ca181ad11939f1d579e3e42fe396 /taglib/asf/asfproperties.cpp
parent0b34d4f8ee037faab1daf5f045854da122bdb7a9 (diff)
Remove the options to disable MP4/ASF support
Diffstat (limited to 'taglib/asf/asfproperties.cpp')
-rw-r--r--taglib/asf/asfproperties.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/taglib/asf/asfproperties.cpp b/taglib/asf/asfproperties.cpp
index 6597de13..0857f0c3 100644
--- a/taglib/asf/asfproperties.cpp
+++ b/taglib/asf/asfproperties.cpp
@@ -27,8 +27,6 @@
#include <config.h>
#endif
-#ifdef WITH_ASF
-
#include <tdebug.h>
#include <tstring.h>
#include "asfproperties.h"
@@ -115,4 +113,3 @@ void ASF::Properties::setEncrypted(bool encrypted)
d->encrypted = encrypted;
}
-#endif