diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-30 01:32:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-30 01:32:43 +0100 |
| commit | ccb67af328f99e55dd9e3a6c01f2128f59016b4a (patch) | |
| tree | 2a5b3ca9b00aff38c1af2d2dada158358ce3404c /src/lib/player.cc | |
| parent | 6f27d1dde8fe133e1a589c36d5bffc105437fb77 (diff) | |
Fix some cppcheck warnings.
Diffstat (limited to 'src/lib/player.cc')
| -rw-r--r-- | src/lib/player.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 72922d70a..7ede96a0d 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -417,13 +417,6 @@ Player::set_ignore_video () _ignore_video = true; } -/** Set this player never to produce any audio data */ -void -Player::set_ignore_audio () -{ - _ignore_audio = true; -} - /** Set whether or not this player should always burn text subtitles into the image, * regardless of the content settings. * @param burn true to always burn subtitles, false to obey content settings. |
