summaryrefslogtreecommitdiff
path: root/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-04-06 11:44:13 +0200
committerdegasus <wickmarkus@web.de>2015-05-25 09:33:34 +0200
commit6b2a1e57e2482efb46a91401fa22aaf5ef779974 (patch)
tree1c012863c06ba94f1c7f8702fc05047a88933b6e /Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
parentacd074e291d287080031d7295baa6e2f7862440f (diff)
BBox: remove now unreachable SW bbox implementation
Diffstat (limited to 'Source/UnitTests/VideoCommon/VertexLoaderTest.cpp')
-rw-r--r--Source/UnitTests/VideoCommon/VertexLoaderTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
index 1c6579b795..0fe5db1b55 100644
--- a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
+++ b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp
@@ -83,7 +83,7 @@ protected:
if (expected_count == -1)
expected_count = count;
ResetPointers();
- int actual_count = m_loader->RunVertices(m_src, m_dst, count, GX_DRAW_POINTS);
+ int actual_count = m_loader->RunVertices(m_src, m_dst, count);
EXPECT_EQ(actual_count, expected_count);
}