summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2017-12-02 17:16:58 +0100
committerdegasus <markus@selfnet.de>2017-12-06 09:30:03 +0100
commit02dd062518aba4aabe39f588d6c23d85db834a8d (patch)
tree7439634e9594dd2e83839d3e7474df5d12f047b6 /Source/Core/VideoCommon/TextureCacheBase.h
parentcde02b5b5f5d300d9a5cb04233aee5e45b42bc93 (diff)
VideoCommon: Drop now unused efb2tex matrix generation.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h
index f2353bd0fc..65ccd4196d 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.h
+++ b/Source/Core/VideoCommon/TextureCacheBase.h
@@ -316,7 +316,6 @@ private:
virtual void 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) = 0;
// Removes and unlinks texture from texture cache and returns it to the pool