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:
parent
bdcb0a32fa
commit
6f35d81bd0
@ -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;
|
static const int LAYOUT_DESC_ENTRIES_PER_BINDING = 4;
|
||||||
|
|
||||||
template<typename Output>
|
template<typename Output>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user