summaryrefslogtreecommitdiff
path: root/src/svg/qsvgstructure_p.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-25 21:14:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-29 13:43:56 +0100
commit2af7e73f7e0335d28bb3de7c985a7305aba36a5e (patch)
treee9778eb6b710324f3f224ce7ee362dd1105b1670 /src/svg/qsvgstructure_p.h
parent6a4cc0bc6378866ec19e0dfb37e22c203b7b7154 (diff)
downloadqtsvg-2af7e73f7e0335d28bb3de7c985a7305aba36a5e.tar.gz
remove pointless #ifndef QT_NO_SVG
the way to disable the feature is to not compile the module. Change-Id: I96f18d037243f7d6e3b3cb2c23922cc4c05c30a8 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/svg/qsvgstructure_p.h')
-rw-r--r--src/svg/qsvgstructure_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/svg/qsvgstructure_p.h b/src/svg/qsvgstructure_p.h
index 7203681..32d2972 100644
--- a/src/svg/qsvgstructure_p.h
+++ b/src/svg/qsvgstructure_p.h
@@ -55,8 +55,6 @@
#include "qsvgnode_p.h"
-#ifndef QT_NO_SVG
-
#include "QtCore/qlist.h"
#include "QtCore/qhash.h"
@@ -114,5 +112,4 @@ private:
QT_END_NAMESPACE
-#endif // QT_NO_SVG
#endif // QSVGSTRUCTURE_P_H