NativeVertexFormat: Drop unused virtual method SetupVertexPointers

This commit is contained in:
Stenzek
2017-07-03 20:18:27 +10:00
parent 33f6668544
commit 25338c53e0
9 changed files with 0 additions and 23 deletions

View File

@ -19,7 +19,6 @@ class D3DVertexFormat : public NativeVertexFormat
public:
D3DVertexFormat(const PortableVertexDeclaration& vtx_decl);
~D3DVertexFormat();
void SetupVertexPointers() override;
void SetInputLayout(D3DBlob* vs_bytecode);
private: