diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-01 17:25:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-01 17:25:48 +0100 |
| commit | f9fcc34179a6f86425427741c60d8876099d3ed3 (patch) | |
| tree | 801737b5b7627ab553026b384150d2372ac46d0e /src/lib/audio_stream.h | |
| parent | d6b7cc651e0918b903f1a66a8246ba86c7509a61 (diff) | |
Remove some unused methods.
Diffstat (limited to 'src/lib/audio_stream.h')
| -rw-r--r-- | src/lib/audio_stream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/audio_stream.h b/src/lib/audio_stream.h index 80ccc4cdb..3b236542c 100644 --- a/src/lib/audio_stream.h +++ b/src/lib/audio_stream.h @@ -32,7 +32,6 @@ public: AudioStream (int frame_rate, AudioMapping mapping); void set_mapping (AudioMapping mapping); - void set_frame_rate (int frame_rate); AudioMapping mapping () const { boost::mutex::scoped_lock lm (_mutex); |
