mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +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;
|
||||
}
|
||||
|
||||
namespace
|
||||
{
|
||||
struct entry
|
||||
{
|
||||
std::string text;
|
||||
u64 num_verts;
|
||||
bool operator<(const entry& other) const { return num_verts > other.num_verts; }
|
||||
};
|
||||
} // namespace
|
||||
|
||||
void MarkAllDirty()
|
||||
{
|
||||
g_bases_dirty = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user