From 6f35d81bd0c3a84773f220017b4623abc5623a54 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 17 Feb 2023 13:55:21 +0100 Subject: [PATCH] rhi: Remove unused getters Change-Id: Ifb1e42b75a7f9ae51929c56809454d9207fa0d1c Reviewed-by: Qt CI Bot Reviewed-by: Andy Nichols --- src/gui/rhi/qrhi_p.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/rhi/qrhi_p.h b/src/gui/rhi/qrhi_p.h index ec9372e08cd..0a13b502ae0 100644 --- a/src/gui/rhi/qrhi_p.h +++ b/src/gui/rhi/qrhi_p.h @@ -536,10 +536,6 @@ public: } }; - // ### remove these two once Qt Quick 3D is updated - Data *data() { return &d; } - const Data *data() const { return &d; } - static const int LAYOUT_DESC_ENTRIES_PER_BINDING = 4; template