diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-23 00:03:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-23 00:03:11 +0000 |
| commit | 92fcfff515d8416c8b175cb5e68dd492963362d5 (patch) | |
| tree | 6e4216c7e5326c0b770c7375ad889282ea0a1080 /src/lib/sndfile_content.cc | |
| parent | 937b96045830a2326daff83b70b892f2d25244ff (diff) | |
Remove unused code.
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index 3c377d644..e0b7cc10c 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -72,25 +72,6 @@ SndfileContent::technical_summary () const + " - sndfile"; } -string -SndfileContent::information () const -{ - if (_audio_frame_rate == 0) { - return ""; - } - - SafeStringStream s; - - s << String::compose ( - _("%1 channels, %2kHz, %3 samples"), - audio_channels(), - audio_frame_rate() / 1000.0, - audio_length().frames (audio_frame_rate ()) - ); - - return s.str (); -} - bool SndfileContent::valid_file (boost::filesystem::path f) { |
