mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
remove unused and unexported function
This commit is contained in:
parent
36720e6822
commit
7bb44199fd
1 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue