summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null/VertexManager.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2017-07-03 20:18:27 +1000
committerStenzek <stenzek@gmail.com>2017-07-30 17:43:59 +1000
commit25338c53e0275c6911a504d4e3e56c172860eb31 (patch)
tree1e12952176f533737de7f53e2544cc55f686bfbd /Source/Core/VideoBackends/Null/VertexManager.cpp
parent33f66685440e038811f37a8b8328942563227bd0 (diff)
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
Diffstat (limited to 'Source/Core/VideoBackends/Null/VertexManager.cpp')
-rw-r--r--Source/Core/VideoBackends/Null/VertexManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Null/VertexManager.cpp b/Source/Core/VideoBackends/Null/VertexManager.cpp
index be2a8f0af5..60eaf83aa3 100644
--- a/Source/Core/VideoBackends/Null/VertexManager.cpp
+++ b/Source/Core/VideoBackends/Null/VertexManager.cpp
@@ -16,7 +16,6 @@ class NullNativeVertexFormat : public NativeVertexFormat
{
public:
NullNativeVertexFormat() {}
- void SetupVertexPointers() override {}
};
std::unique_ptr<NativeVertexFormat>