summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderManager.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp
index e1d0b194ef..1bfd05cace 100644
--- a/Source/Core/VideoCommon/VertexLoaderManager.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp
@@ -23,20 +23,6 @@
static NativeVertexFormat* s_current_vtx_fmt;
-namespace std
-{
-
-template <>
-struct hash<VertexLoaderUID>
-{
- size_t operator()(const VertexLoaderUID& uid) const
- {
- return uid.GetHash();
- }
-};
-
-}
-
typedef std::unordered_map<VertexLoaderUID, std::unique_ptr<VertexLoader>> VertexLoaderMap;
namespace VertexLoaderManager