NativeVertexFormat: Drop unused virtual method SetupVertexPointers

This commit is contained in:
Stenzek
2017-07-30 17:43:59 +10:00
parent 33f6668544
commit 25338c53e0
9 changed files with 0 additions and 23 deletions
@@ -16,7 +16,6 @@ class NullNativeVertexFormat : public NativeVertexFormat
{
public:
NullNativeVertexFormat() {}
void SetupVertexPointers() override {}
};
std::unique_ptr<NativeVertexFormat>