mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
WINTERMUTE: Clean out some comments in the theora player
This commit is contained in:
parent
83344a5aef
commit
f37e8fbdb1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user