mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
@ -81,8 +81,4 @@ GLVertexFormat::~GLVertexFormat()
|
||||
{
|
||||
glDeleteVertexArrays(1, &VAO);
|
||||
}
|
||||
|
||||
void GLVertexFormat::SetupVertexPointers()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user