Various improvements to the content properties dialogue (including #791).
[dcpomatic.git] / src / lib / single_stream_audio_content.cc
index b3c74d901e58f25fcd2709a4d4868a0f9829f330..b1291df453871b806a7977f62ab70cb527927f56 100644 (file)
@@ -85,11 +85,3 @@ SingleStreamAudioContent::audio_streams () const
        return s;
 }
 
-void
-SingleStreamAudioContent::add_properties (list<pair<string, string> >& p) const
-{
-       p.push_back (make_pair (_("Audio channels"), raw_convert<string> (audio_stream()->channels ())));
-       p.push_back (make_pair (_("Content audio frame rate"), raw_convert<string> (audio_stream()->frame_rate ())));
-
-       AudioContent::add_properties (p);
-}