mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
parent
33f6668544
commit
25338c53e0
9 changed files with 0 additions and 23 deletions
|
@ -81,8 +81,4 @@ GLVertexFormat::~GLVertexFormat()
|
|||
{
|
||||
glDeleteVertexArrays(1, &VAO);
|
||||
}
|
||||
|
||||
void GLVertexFormat::SetupVertexPointers()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,8 +20,6 @@ public:
|
|||
GLVertexFormat(const PortableVertexDeclaration& vtx_decl);
|
||||
~GLVertexFormat();
|
||||
|
||||
void SetupVertexPointers() override;
|
||||
|
||||
GLuint VAO;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue