mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
@@ -16,7 +16,6 @@ class NullNativeVertexFormat : public NativeVertexFormat
|
||||
{
|
||||
public:
|
||||
NullNativeVertexFormat() {}
|
||||
void SetupVertexPointers() override {}
|
||||
};
|
||||
|
||||
std::unique_ptr<NativeVertexFormat>
|
||||
|
||||
Reference in New Issue
Block a user