From 04fcd9499a0e83b19c27c8b2b16830147d87714b Mon Sep 17 00:00:00 2001 From: "baby.lueshi" Date: Sat, 5 Feb 2011 10:14:05 +0000 Subject: [PATCH] Whoops, forgot to remove that. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7081 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/TextureCacheBase.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.h b/Source/Core/VideoCommon/Src/TextureCacheBase.h index 9561e3b1e4..0667eb78a2 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.h +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.h @@ -72,8 +72,6 @@ public: virtual ~TextureCache(); // needs virtual for DX11 dtor - static void Init(); - static void Shutdown(); static void Cleanup(); static void Invalidate(bool shutdown);