From af4e8e1717405963ff89a114832d376f937786da Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 9 Mar 2022 00:42:12 +0100 Subject: Changed to use Video's cache invalidation method directly --- Stars45/Starshatter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Stars45/Starshatter.h') diff --git a/Stars45/Starshatter.h b/Stars45/Starshatter.h index 41e7ccd..2d26b00 100644 --- a/Stars45/Starshatter.h +++ b/Stars45/Starshatter.h @@ -108,8 +108,6 @@ public: int GetLoadProgress() { return load_progress; } const char* GetLoadActivity() { return load_activity; } - void InvalidateTextureCache(); - int GetChatMode() const { return chat_mode; } void SetChatMode(int c); const char* GetChatText() const { return chat_text.data(); } -- cgit v1.1