rhi: Remove unused getters

Change-Id: Ifb1e42b75a7f9ae51929c56809454d9207fa0d1c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
Laszlo Agocs 2023-02-17 13:55:21 +01:00
parent bdcb0a32fa
commit 6f35d81bd0

View File

@ -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<typename Output>