Fix some cppcheck warnings.
[dcpomatic.git] / src / lib / player.cc
index 72922d70a2b238b22ea7bfb6d27083affab1b970..7ede96a0daeee117dc09b7ea32b64c20c8dc1b37 100644 (file)
@@ -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.