mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoBackendBase: Remove redundant unique_ptr reset
Remove redundant reset of g_presenter in ShutdownShared, which is already reset earlier in the function.
This commit is contained in:
parent
d55012f8d0
commit
72ea7a2128
1 changed files with 0 additions and 1 deletions
|
@ -369,7 +369,6 @@ void VideoBackendBase::ShutdownShared()
|
|||
g_vertex_manager.reset();
|
||||
g_efb_interface.reset();
|
||||
g_widescreen.reset();
|
||||
g_presenter.reset();
|
||||
g_gfx.reset();
|
||||
|
||||
m_initialized = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue