diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderManager.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp index 01d9a00fd6..bb52197585 100644 --- a/Source/Core/VideoCommon/VertexLoaderManager.cpp +++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp @@ -44,13 +44,6 @@ static VertexLoaderMap s_vertex_loader_map; u8* cached_arraybases[12]; -// Used in the Vulkan backend - -NativeVertexFormatMap* GetNativeVertexFormatMap() -{ - return &s_native_vertex_map; -} - void Init() { MarkAllDirty(); |
