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);