diff options
| author | degasus <wickmarkus@web.de> | 2014-05-16 14:33:00 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-05-16 14:33:00 +0200 |
| commit | 7bb44199fd9c6c2eb89aa5661b31a4aceee385df (patch) | |
| tree | 57cba5e5a43178ec5ed13079ae5a6121bc1a230c /Source/Core/VideoCommon/VertexLoaderManager.cpp | |
| parent | 36720e6822a8049c34ff1bfe4ea24e47f85847ca (diff) | |
remove unused and unexported function
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderManager.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index 5757dc6f45..b39577dd26 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -126,14 +126,6 @@ void RunVertices(int vtx_attr_group, int primitive, int count) RefreshLoader(vtx_attr_group)->RunVertices(vtx_attr_group, primitive, count); } -void SkipVertices(int vtx_attr_group, int count) -{ - if (!count) - return; - u32 stride = RefreshLoader(vtx_attr_group)->GetVertexSize(); - DataSkip(count * stride); -} - int GetVertexSize(int vtx_attr_group) { return RefreshLoader(vtx_attr_group)->GetVertexSize(); |
