summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qrect.h')
-rw-r--r--src/corelib/tools/qrect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/tools/qrect.h b/src/corelib/tools/qrect.h
index 5d6db9867e..58221f4739 100644
--- a/src/corelib/tools/qrect.h
+++ b/src/corelib/tools/qrect.h
@@ -146,9 +146,6 @@ public:
friend Q_CORE_EXPORT_INLINE bool operator!=(const QRect &, const QRect &);
private:
-#if defined(Q_WS_X11)
- friend void qt_setCoords(QRect *r, int xp1, int yp1, int xp2, int yp2);
-#endif
// ### Qt 5; remove the ifdef and just have the same order on all platforms.
#if defined(Q_OS_MAC)
int y1;