mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix dead code.
This commit is contained in:
@ -214,8 +214,9 @@ void Presenter::ResizeSurface()
|
||||
|
||||
void* Presenter::GetNewSurfaceHandle()
|
||||
{
|
||||
return m_new_surface_handle;
|
||||
void *handle = m_new_surface_handle;
|
||||
m_new_surface_handle = nullptr;
|
||||
return handle;
|
||||
}
|
||||
|
||||
void Presenter::SetWindowSize(int width, int height)
|
||||
|
Reference in New Issue
Block a user