From 2af7e73f7e0335d28bb3de7c985a7305aba36a5e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 25 Oct 2013 21:14:24 +0200 Subject: 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 --- src/svg/qsvghandler_p.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/svg/qsvghandler_p.h') diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h index 0bb830c..d7311d0 100644 --- a/src/svg/qsvghandler_p.h +++ b/src/svg/qsvghandler_p.h @@ -54,9 +54,6 @@ // #include "QtCore/qxmlstream.h" - -#ifndef QT_NO_SVG - #include "QtCore/qhash.h" #include "QtCore/qstack.h" #include "qsvgstyle_p.h" @@ -192,5 +189,4 @@ private: QT_END_NAMESPACE -#endif // QT_NO_SVG #endif // QSVGHANDLER_P_H -- cgit v1.2.1