gpu: Remove obsoleted CDMAPusher() accessors

These were obsoleted in 2c47f8aa18 but
were accidentally overlooked.
master
Lioncash 2022-01-25 12:53:53 +07:00
parent 2136ebccd6
commit 9b38c8ef08
1 changed files with 0 additions and 6 deletions

@ -190,12 +190,6 @@ public:
/// Returns a const reference to the GPU DMA pusher.
[[nodiscard]] const Tegra::DmaPusher& DmaPusher() const;
/// Returns a reference to the GPU CDMA pusher.
[[nodiscard]] Tegra::CDmaPusher& CDmaPusher();
/// Returns a const reference to the GPU CDMA pusher.
[[nodiscard]] const Tegra::CDmaPusher& CDmaPusher() const;
/// Returns a reference to the underlying renderer.
[[nodiscard]] VideoCore::RendererBase& Renderer();