summaryrefslogtreecommitdiff
path: root/src/svg/qsvgtinydocument.cpp
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/qsvgtinydocument.cpp
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/qsvgtinydocument.cpp')
-rw-r--r--src/svg/qsvgtinydocument.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/svg/qsvgtinydocument.cpp b/src/svg/qsvgtinydocument.cpp
index 79537d3..2d1b1bd 100644
--- a/src/svg/qsvgtinydocument.cpp
+++ b/src/svg/qsvgtinydocument.cpp
@@ -41,8 +41,6 @@
#include "qsvgtinydocument_p.h"
-#ifndef QT_NO_SVG
-
#include "qsvghandler_p.h"
#include "qsvgfont_p.h"
@@ -488,5 +486,3 @@ void QSvgTinyDocument::setFramesPerSecond(int num)
}
QT_END_NAMESPACE
-
-#endif // QT_NO_SVG