mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
VertexLoaderManager: Remove unused entry struct
This isn't used anywhere, so it can be removed.
This commit is contained in:
parent
d96d2cd68c
commit
ea95c82a01
@ -118,16 +118,6 @@ void UpdateVertexArrayPointers()
|
|||||||
g_bases_dirty = false;
|
g_bases_dirty = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace
|
|
||||||
{
|
|
||||||
struct entry
|
|
||||||
{
|
|
||||||
std::string text;
|
|
||||||
u64 num_verts;
|
|
||||||
bool operator<(const entry& other) const { return num_verts > other.num_verts; }
|
|
||||||
};
|
|
||||||
} // namespace
|
|
||||||
|
|
||||||
void MarkAllDirty()
|
void MarkAllDirty()
|
||||||
{
|
{
|
||||||
g_bases_dirty = true;
|
g_bases_dirty = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user