mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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