Skip to content

Commit

Permalink
Merge pull request #366 from Jezze/vertex
Browse files Browse the repository at this point in the history
OGL/VertexManager: Remove unused variable.
  • Loading branch information
neobrain committed May 16, 2014
2 parents 25e8dc0 + f742c5a commit b881726
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/Core/VideoBackends/OGL/VertexManager.cpp
Expand Up @@ -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;
}

Expand Down
1 change: 0 additions & 1 deletion Source/Core/VideoBackends/OGL/VertexManager.h
Expand Up @@ -44,7 +44,6 @@ class VertexManager : public ::VertexManager
void Draw(u32 stride);
void vFlush(bool useDstAlpha) override;
void PrepareDrawBuffers(u32 stride);
NativeVertexFormat *m_CurrentVertexFmt;
};

}

0 comments on commit b881726

Please sign in to comment.