mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
OGL/VertexManager: Remove unnused m_CurrentVertexFmt
This commit is contained in:
parent
36720e6822
commit
f742c5a057
2 changed files with 0 additions and 2 deletions
|
@ -59,7 +59,6 @@ void VertexManager::CreateDeviceObjects()
|
|||
s_indexBuffer = StreamBuffer::Create(GL_ELEMENT_ARRAY_BUFFER, MAX_IBUFFER_SIZE);
|
||||
m_index_buffers = s_indexBuffer->m_buffer;
|
||||
|
||||
m_CurrentVertexFmt = nullptr;
|
||||
m_last_vao = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue