From e8c857a6ccff6dc68f9d74024954e16e64e87815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 19 Feb 2024 17:43:31 +0100 Subject: [PATCH] Remove unused method QPlatformBackingStore::rhiSwapChain() Change-Id: I8fa8a0789d382ffb3e77ff79ac507d857442cbf4 Reviewed-by: Laszlo Agocs (cherry picked from commit 02dbabdc708a570612dc12c137ab2ead6da3aadf) Reviewed-by: Qt Cherry-pick Bot --- src/gui/painting/qplatformbackingstore.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/painting/qplatformbackingstore.h b/src/gui/painting/qplatformbackingstore.h index e39515b16f4..1d55e9ab6a0 100644 --- a/src/gui/painting/qplatformbackingstore.h +++ b/src/gui/painting/qplatformbackingstore.h @@ -36,7 +36,6 @@ class QPlatformGraphicsBuffer; class QRhi; class QRhiTexture; class QRhiResourceUpdateBatch; -class QRhiSwapChain; struct Q_GUI_EXPORT QPlatformBackingStoreRhiConfig { @@ -174,7 +173,6 @@ public: void setRhiConfig(const QPlatformBackingStoreRhiConfig &config); QRhi *rhi() const; - QRhiSwapChain *rhiSwapChain() const; void surfaceAboutToBeDestroyed(); void graphicsDeviceReportedLost();