summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-05-19 18:27:59 +0200
committerdegasus <wickmarkus@web.de>2015-01-11 22:23:35 +0100
commit6ba613fbd3e7ecca0357adaab2e7fac422480a54 (patch)
tree34c51e1ef95a825af2fe12e62b3532e7b994a592 /Source/Core/VideoCommon/TextureCacheBase.h
parent774596dbed35c2d69d8b70d58c4190cb1b42d1ac (diff)
TexCache: unify global variables
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h
index 93345b9617..1fbcd49356 100644
--- a/Source/Core/VideoCommon/TextureCacheBase.h
+++ b/Source/Core/VideoCommon/TextureCacheBase.h
@@ -27,8 +27,6 @@ public:
struct TCacheEntryBase
{
-#define TEXHASH_INVALID 0
-
// common members
u32 addr;
u32 size_in_bytes;