diff options
author | Einar Johan Trøan Sømåen | 2012-08-14 18:19:10 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-08-14 18:19:10 +0200 |
commit | f37e8fbdb12c7bf6479c51ab8dc73a06d162abc1 (patch) | |
tree | 0e768e8f3804748d6d44506bd10c6ba1108b981d /engines | |
parent | 83344a5aef4d27a75694393be4f9a28266504ae0 (diff) | |
download | scummvm-rg350-f37e8fbdb12c7bf6479c51ab8dc73a06d162abc1.tar.gz scummvm-rg350-f37e8fbdb12c7bf6479c51ab8dc73a06d162abc1.tar.bz2 scummvm-rg350-f37e8fbdb12c7bf6479c51ab8dc73a06d162abc1.zip |
WINTERMUTE: Clean out some comments in the theora player
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/video/video_theora_player.cpp | 6 |
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 |