mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
@ -30,7 +30,6 @@ class NullNativeVertexFormat : public NativeVertexFormat
|
||||
{
|
||||
public:
|
||||
NullNativeVertexFormat(const PortableVertexDeclaration& _vtx_decl) { vtx_decl = _vtx_decl; }
|
||||
void SetupVertexPointers() override {}
|
||||
};
|
||||
|
||||
std::unique_ptr<NativeVertexFormat>
|
||||
|
Reference in New Issue
Block a user