diff options
author | Laszlo Agocs <[email protected]> | 2023-02-17 13:55:21 +0100 |
---|---|---|
committer | Laszlo Agocs <[email protected]> | 2023-03-02 18:39:09 +0100 |
commit | 6f35d81bd0c3a84773f220017b4623abc5623a54 (patch) | |
tree | 70035ffb934a73d19cbe9638866fe177b6870b92 | |
parent | bdcb0a32fa42de7da0957cd6aaea9f3c64f7e90a (diff) |
rhi: Remove unused getters
Change-Id: Ifb1e42b75a7f9ae51929c56809454d9207fa0d1c
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Andy Nichols <[email protected]>
-rw-r--r-- | src/gui/rhi/qrhi_p.h | 4 |
1 files changed, 0 insertions, 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<typename Output> |