diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-15 01:16:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-15 01:16:45 +0100 |
| commit | 44c918a83e1e64922448ba20b5dfdcf30d026f84 (patch) | |
| tree | 9e9bee62635fefedaeef1a5d6f6db849161111d0 /src/lib/transcoder.cc | |
| parent | a788f3c1e29a6b8329d54e1518f3b84d68d347d5 (diff) | |
Remove unused PlayerStatistics stuff.
Diffstat (limited to 'src/lib/transcoder.cc')
| -rw-r--r-- | src/lib/transcoder.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc index e0af2c594..ad8e4ab9b 100644 --- a/src/lib/transcoder.cc +++ b/src/lib/transcoder.cc @@ -97,8 +97,6 @@ Transcoder::go () _finishing = true; _encoder->end (); _writer->finish (); - - _player->statistics().dump (_film->log ()); } float |
