Remove unused method QPlatformBackingStore::rhiSwapChain()

Change-Id: I8fa8a0789d382ffb3e77ff79ac507d857442cbf4
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
(cherry picked from commit 02dbabdc708a570612dc12c137ab2ead6da3aadf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2024-02-19 17:43:31 +01:00 committed by Qt Cherry-pick Bot
parent 93f8c8f3e6
commit e8c857a6cc

View File

@ -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();