aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wintermute/video/video_theora_player.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/wintermute/video/video_theora_player.cpp b/engines/wintermute/video/video_theora_player.cpp
index 31e6b1fcb7..d92a74610d 100644
--- a/engines/wintermute/video/video_theora_player.cpp
+++ b/engines/wintermute/video/video_theora_player.cpp
@@ -93,11 +93,6 @@ void VideoTheoraPlayer::SetDefaults() {
//////////////////////////////////////////////////////////////////////////
VideoTheoraPlayer::~VideoTheoraPlayer(void) {
cleanup();
-
- /* SAFE_DELETE_ARRAY(_filename);
- SAFE_DELETE_ARRAY(_alphaFilename);
- SAFE_DELETE(_texture);
- SAFE_DELETE(_alphaImage);*/
// SAFE_DELETE(_subtitler);
}
@@ -130,7 +125,6 @@ bool VideoTheoraPlayer::initialize(const Common::String &filename, const Common:
return STATUS_FAILED;
}
- //if (Filename != _filename) BaseUtils::setString(&_filename, filename);
#if defined (USE_THEORADEC)
_theoraDecoder = new TheoraDecoder();
#else