summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Starshatter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Starshatter.cpp')
-rw-r--r--Stars45/Starshatter.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp
index 19cbb64..8572169 100644
--- a/Stars45/Starshatter.cpp
+++ b/Stars45/Starshatter.cpp
@@ -2635,15 +2635,6 @@ Starshatter::SaveVideoConfig(const char* filename)
// +--------------------------------------------------------------------+
void
-Starshatter::InvalidateTextureCache()
-{
- if (video)
- video->InvalidateCache();
-}
-
-// +--------------------------------------------------------------------+
-
-void
Starshatter::ExecCutscene(const char* msn_file, const char* path)
{
if (InCutscene() || !msn_file || !*msn_file) return;