summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qregion.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-03 22:51:17 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-03 22:51:17 +0200
commit54c9b1a80c04a5ecc685dc29e27a27de81d8cc1b (patch)
treeaa2a0374e57a8fd82036485a77bacfcee208a532 /src/gui/painting/qregion.cpp
parent181df199d31a8018cfcfc31b548909fe4b57ccbd (diff)
even less QT3_SUPPORT
the new libQtGui should now be free of any Qt3 related methods.
Diffstat (limited to 'src/gui/painting/qregion.cpp')
-rw-r--r--src/gui/painting/qregion.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/painting/qregion.cpp b/src/gui/painting/qregion.cpp
index d713346902..ae9dc63a8f 100644
--- a/src/gui/painting/qregion.cpp
+++ b/src/gui/painting/qregion.cpp
@@ -252,17 +252,6 @@ QRegion::QRegion(int x, int y, int w, int h, RegionType t)
d = tmp.d;
}
-#ifdef QT3_SUPPORT
-/*!
- Use the constructor tha takes a Qt::FillRule as the second
- argument instead.
-*/
-QRegion::QRegion(const QPolygon &pa, bool winding)
-{
- new (this) QRegion(pa, winding ? Qt::WindingFill : Qt::OddEvenFill);
-}
-#endif
-
/*!
\fn QRegion::~QRegion()
\internal