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/qsvggraphics.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/svg/qsvggraphics.cpp') diff --git a/src/svg/qsvggraphics.cpp b/src/svg/qsvggraphics.cpp index b8ee7ba..e0adb2d 100644 --- a/src/svg/qsvggraphics.cpp +++ b/src/svg/qsvggraphics.cpp @@ -41,8 +41,6 @@ #include "qsvggraphics_p.h" -#ifndef QT_NO_SVG - #include "qsvgfont_p.h" #include "qpainter.h" @@ -611,5 +609,3 @@ QRectF QSvgLine::bounds(QPainter *p, QSvgExtraStates &) const } QT_END_NAMESPACE - -#endif // QT_NO_SVG -- cgit v1.2.1