summaryrefslogtreecommitdiffstats
path: root/examples/painting/shared/arthurwidgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/shared/arthurwidgets.cpp')
-rw-r--r--examples/painting/shared/arthurwidgets.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/painting/shared/arthurwidgets.cpp b/examples/painting/shared/arthurwidgets.cpp
index b3c75f0fc4..c1abc4bbe7 100644
--- a/examples/painting/shared/arthurwidgets.cpp
+++ b/examples/painting/shared/arthurwidgets.cpp
@@ -51,8 +51,6 @@
#include <QTextBrowser>
#include <QBoxLayout>
-#include <private/qpixmapdata_p.h>
-
extern QPixmap cached(const QString &img);
ArthurFrame::ArthurFrame(QWidget *parent)
@@ -83,11 +81,6 @@ ArthurFrame::ArthurFrame(QWidget *parent)
// QPalette pal = palette();
// pal.setBrush(backgroundRole(), m_tile);
// setPalette(pal);
-
-#ifdef Q_WS_X11
- QPixmap xRenderPixmap(1, 1);
- m_prefer_image = xRenderPixmap.pixmapData()->classId() == QPixmapData::X11Class && !xRenderPixmap.x11PictureHandle();
-#endif
}