SWVertexLoader: Remove GetIndexBuffer()

It's only ever used in one place internally and is arguably unnecessary.
This commit is contained in:
Lioncash
2017-09-09 15:19:46 -04:00
parent 4d2a4924cb
commit 29a362be43
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public:
protected:
void ResetBuffer(u32 stride) override;
u16* GetIndexBuffer() { return &m_local_index_buffer[0]; }
private:
void vFlush() override;
std::vector<u8> m_local_vertex_buffer;