summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbbackingstore.h
diff options
context:
space:
mode:
authorBłażej Szczygieł <spaz16@wp.pl>2015-11-13 17:49:53 +0100
committerBłażej Szczygieł <spaz16@wp.pl>2016-02-24 14:56:47 +0000
commitc5687704e9b1e3f67c6a095c86368b8dc9809629 (patch)
treec17aa08e4ab6a741757756c543c5bcfa19628ba3 /src/plugins/platforms/xcb/qxcbbackingstore.h
parentb736151c2bb6c68f700d38274d740a6e0cf59a49 (diff)
xcb: Remove unneeded null pointer checks
Since a094af001795c9651b299d700a992150d1aba33a we don't need any null pointer checks for xcb screens. This reverts patch 7532fb4e61fc4102fd11022f57f7d8195414167b Change-Id: I8b90ed538aad4403650ef42aab6f39de5861d9ed Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbbackingstore.h')
-rw-r--r--src/plugins/platforms/xcb/qxcbbackingstore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/xcb/qxcbbackingstore.h b/src/plugins/platforms/xcb/qxcbbackingstore.h
index b3c0a74f25..1f5652d918 100644
--- a/src/plugins/platforms/xcb/qxcbbackingstore.h
+++ b/src/plugins/platforms/xcb/qxcbbackingstore.h
@@ -77,7 +77,6 @@ private:
QXcbShmImage *m_image;
QRegion m_paintRegion;
QImage m_rgbImage;
- QSize m_size;
};
QT_END_NAMESPACE