diff options
author | Aki <please@ignore.pl> | 2022-03-09 00:42:12 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-09 00:42:12 +0100 |
commit | af4e8e1717405963ff89a114832d376f937786da (patch) | |
tree | e23aad2f78d8e84148f4e05db83cb228521a2628 /Stars45/Starshatter.h | |
parent | 861995c88ef312beb4bc1b7920d612bd52590303 (diff) | |
download | starshatter-af4e8e1717405963ff89a114832d376f937786da.zip starshatter-af4e8e1717405963ff89a114832d376f937786da.tar.gz starshatter-af4e8e1717405963ff89a114832d376f937786da.tar.bz2 |
Changed to use Video's cache invalidation method directly
Diffstat (limited to 'Stars45/Starshatter.h')
-rw-r--r-- | Stars45/Starshatter.h | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } |