mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
This commit is contained in:
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue