summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.cc')
-rw-r--r--src/lib/player.cc7
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.