QWidgetPrivate: remove unused declarations of methods

... such as beginSharedPainter() and endSharedPainter()

Change-Id: I0e76dd172c2f3bce169f58e4c62bd47c73c99dcd
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Anton Kudryavtsev 2016-10-12 18:29:40 +03:00 committed by Anton Kudryavtsev
parent f9280ba45e
commit d245db2f83

View File

@ -395,9 +395,6 @@ public:
const QRegion &rgn, const QPoint &offset, int flags, const QRegion &rgn, const QPoint &offset, int flags,
QPainter *sharedPainter, QWidgetBackingStore *backingStore); QPainter *sharedPainter, QWidgetBackingStore *backingStore);
QPainter *beginSharedPainter();
bool endSharedPainter();
#ifndef QT_NO_GRAPHICSVIEW #ifndef QT_NO_GRAPHICSVIEW
static QGraphicsProxyWidget * nearestGraphicsProxyWidget(const QWidget *origin); static QGraphicsProxyWidget * nearestGraphicsProxyWidget(const QWidget *origin);
#endif #endif