Skip to content
Snippets Groups Projects
Commit 1923bb42 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8968: recordable: removed unused getRecordingSmplRate method

parent 04466592
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,3 @@ void Recordable::setRecordingSmplRate(int smplRate) ...@@ -55,8 +55,3 @@ void Recordable::setRecordingSmplRate(int smplRate)
{ {
recAudio_.setSndSamplingRate(smplRate); recAudio_.setSndSamplingRate(smplRate);
} }
int Recordable::getRecordingSmplRate() const
{
return recAudio_.getSndSamplingRate();
}
...@@ -75,11 +75,6 @@ class Recordable { ...@@ -75,11 +75,6 @@ class Recordable {
*/ */
void setRecordingSmplRate(int smplRate); void setRecordingSmplRate(int smplRate);
/**
* Return the recording sampling rate
*/
int getRecordingSmplRate() const;
/** /**
* Virtual method to be implemented in order to the main * Virtual method to be implemented in order to the main
* buffer to retrieve the recorded id. * buffer to retrieve the recorded id.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment