From 02dd062518aba4aabe39f588d6c23d85db834a8d Mon Sep 17 00:00:00 2001 From: degasus Date: Sat, 2 Dec 2017 17:16:58 +0100 Subject: VideoCommon: Drop now unused efb2tex matrix generation. --- Source/Core/VideoBackends/D3D/TextureCache.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Core/VideoBackends/D3D/TextureCache.cpp') diff --git a/Source/Core/VideoBackends/D3D/TextureCache.cpp b/Source/Core/VideoBackends/D3D/TextureCache.cpp index cca8448421..e9ad781dcf 100644 --- a/Source/Core/VideoBackends/D3D/TextureCache.cpp +++ b/Source/Core/VideoBackends/D3D/TextureCache.cpp @@ -219,7 +219,6 @@ TextureCache::~TextureCache() void TextureCache::CopyEFBToCacheEntry(TCacheEntry* entry, bool is_depth_copy, const EFBRectangle& src_rect, bool scale_by_half, - unsigned int cbuf_id, const float* colmat, EFBCopyFormat dst_format, bool is_intensity) { auto* destination_texture = static_cast(entry->texture.get()); -- cgit v1.2.3