summaryrefslogtreecommitdiff
path: root/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/media_manager/src/audio/from_mic_recorder_adapter.cc')
-rw-r--r--src/components/media_manager/src/audio/from_mic_recorder_adapter.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc b/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc
index 68018028ae..911ef239cc 100644
--- a/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc
+++ b/src/components/media_manager/src/audio/from_mic_recorder_adapter.cc
@@ -108,10 +108,6 @@ void FromMicRecorderAdapter::set_output_file(const std::string& output_file) {
output_file_ = output_file;
}
-void FromMicRecorderAdapter::set_duration(int32_t duration) {
- duration_ = duration;
-}
-
void FromMicRecorderAdapter::set_config(
mobile_apis::SamplingRate::eType sampling_rate,
mobile_apis::BitsPerSample::eType bits_per_sample,