diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index fb24803f1c..d4e4f57cba 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -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;